Method: Cmd#to_hash

Defined in:
lib/mfe.rb

#to_hashObject



230
231
232
# File 'lib/mfe.rb', line 230

def to_hash
  {name: @name, cmd: @cmd}
end