Parent

Methods

Options

Public Instance Methods

[](k) click to toggle source
# File lib/gli/options.rb, line 5
def[](k)
  @table[k.to_sym]
end
[]=(k, v) click to toggle source
# File lib/gli/options.rb, line 9
def[]=(k, v)
  @table[k.to_sym] = v
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.