Parent

Files

String

Public Instance Methods

args() click to toggle source
# File lib/sugar-high/arguments.rb, line 14
def args
  (self =~ /\w+\s+\w+/) ? self.split : self
end
blank?() click to toggle source
# File lib/sugar-high/blank.rb, line 14
def blank?
  self.empty?
end
path() click to toggle source
# File lib/sugar-high/path.rb, line 2
def path
  self.extend PathString
end
to_regexp() click to toggle source
# File lib/sugar-high/regexp.rb, line 2
def to_regexp
  /#{Regexp.escape(self)}/
end
wblank?() click to toggle source
# File lib/sugar-high/blank.rb, line 18
def wblank?
  self.strip.blank?
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.