Method: Command::DSL::Action#subject
- Defined in:
- lib/command-set/dsl.rb
#subject ⇒ Object
This is how you’ll access the Command::Subject object that’s the interface of every command to the program state.
531 532 533 |
# File 'lib/command-set/dsl.rb', line 531 def subject @subject_image end |