Class: Gruesome::Machine
- Inherits:
-
Object
- Object
- Gruesome::Machine
- Defined in:
- lib/gruesome/machine.rb
Instance Method Summary collapse
- #execute ⇒ Object
-
#initialize(story_file) ⇒ Machine
constructor
A new instance of Machine.
Constructor Details
Instance Method Details
#execute ⇒ Object
13 14 15 |
# File 'lib/gruesome/machine.rb', line 13 def execute @machine.execute end |