module OptionParserGenerator::OpenStructExtension

utility methods @api private

Public Instance Methods

special_value(key, string) click to toggle source

extracts a special value from the openstruct @param key [String] @param string [String]

# File lib/optsparser_generator.rb, line 32
def special_value(key, string)
  self["#{key}__#{string}"]
end