class String
Constants
- BLANK_RE
Public Instance Methods
blank?()
click to toggle source
# File lib/design_storyboard/ext.rb, line 46 def blank? BLANK_RE === self end
remove_white_char()
click to toggle source
# File lib/design_storyboard/ext.rb, line 50 def remove_white_char self.gsub(/^[\t ]+/, '') end