class Object
Public Instance Methods
blank?()
click to toggle source
# File lib/rchoice/core_ext.rb, line 9 def blank? to_s.strip == '' end
present?()
click to toggle source
# File lib/rchoice/core_ext.rb, line 12 def present? !blank? end