Method: Commander::Command::Options#__to_hash__

Defined in:
lib/rhc/commands.rb

#__to_hash__(obj) ⇒ Object



167
168
169
# File 'lib/rhc/commands.rb', line 167

def __to_hash__(obj)
  Options === obj ? obj.__hash__ : obj
end