Method: CommandLine::Option#to_hash

Defined in:
lib/commandline/optionparser/option.rb

#to_hashObject



179
180
181
# File 'lib/commandline/optionparser/option.rb', line 179

def to_hash
  Marshal.load(Marshal.dump(@properties))
end