Method: Marionetta::Commandable#cmd=

Defined in:
lib/marionetta/commandable.rb

#cmd=(value) ⇒ Object

To use your own alternative to ‘CommandRunner` you can set an object of your choice via the `.cmd=` method.


10
11
12
# File 'lib/marionetta/commandable.rb', line 10

def cmd=(value)
  @cmd = value
end