Libraries
»
mfe
(1.1)
»
Index
»
Cmd
»
#to_hash
Method: Cmd#to_hash
Defined in:
lib/mfe.rb
#
to_hash
⇒
Object
230 231 232
# File 'lib/mfe.rb', line 230
def
to_hash
{
name:
@name
,
cmd:
@cmd
}
end