Parent

Files

Symbol

Public Instance Methods

args() click to toggle source
# File lib/sugar-high/arguments.rb, line 27
def args
  [to_s]
end
as_filename() click to toggle source
# File lib/sugar-high/file.rb, line 14
def as_filename
  self.to_s.underscore
end
file() click to toggle source
# File lib/sugar-high/file.rb, line 22
def file
  as_filename.file
end
valid_file_command?() click to toggle source
# File lib/sugar-high/file.rb, line 18
def valid_file_command?
  [:read, :remove, :delete].include? self
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.