Module: Card::Set::Right::MachineOutput
- Extended by:
- Card::Set
- Defined in:
- tmpsets/set/mod004-03_machines/right/machine_output.rb
Instance Method Summary collapse
-
#followable? ⇒ Boolean
~~~~~~~~~~~ above autogenerated; below pulled from /Users/ethan/dev/wagn/gem/card/mod/03_machines/set/right/machine_output.rb ~~~~~~~~~~~.
- #history? ⇒ Boolean
Methods included from Card::Set
abstract_set?, all_set?, clean_empty_module_from_hash, clean_empty_modules, define_on_format, each_format, ensure_set, extended, format, include_set, include_set_formats, process_base_module_list, process_base_modules, register_set, register_set_format, shortname, stage_method, view, write_tmp_file
Methods included from Trait
#card_accessor, #card_reader, #card_writer
Methods included from Event
Instance Method Details
#followable? ⇒ Boolean
~~~~~~~~~~~ above autogenerated; below pulled from /Users/ethan/dev/wagn/gem/card/mod/03_machines/set/right/machine_output.rb ~~~~~~~~~~~
4 5 6 |
# File 'tmpsets/set/mod004-03_machines/right/machine_output.rb', line 4 def followable? false end |
#history? ⇒ Boolean
8 9 10 |
# File 'tmpsets/set/mod004-03_machines/right/machine_output.rb', line 8 def history? false end |