Object
# File lib/sugar-high/arguments.rb, line 14 def args (self =~ /\w+\s+\w+/) ? self.split : self end
# File lib/sugar-high/blank.rb, line 14 def blank? self.empty? end
# File lib/sugar-high/path.rb, line 2 def path self.extend PathString end
# File lib/sugar-high/regexp.rb, line 2 def to_regexp /#{Regexp.escape(self)}/ end
# File lib/sugar-high/blank.rb, line 18 def wblank? self.strip.blank? end
[Validate]
Generated with the Darkfish Rdoc Generator 2.