OpenStruct
# File lib/gli/options.rb, line 5 def[](k) @table[k.to_sym] end
# File lib/gli/options.rb, line 9 def[]=(k, v) @table[k.to_sym] = v end
[Validate]
Generated with the Darkfish Rdoc Generator 2.