Class: MG::Action

Inherits:
Object
  • Object
show all
Defined in:
doc/API_reference.rb,
doc/API_reference.rb

Instance Method Summary collapse

Instance Method Details

#cloneself

Clones the action

Returns:

  • (self)

    the receiver.



21
# File 'doc/API_reference.rb', line 21

def clone; end

#done?Boolean

Whether the action is done.

Returns:

  • (Boolean)

    whether the action is done.



25
# File 'doc/API_reference.rb', line 25

def done?; end

#reverseself

Reverses the action

Returns:

  • (self)

    the receiver.



14
# File 'doc/API_reference.rb', line 14

def reverse; end