Module: Nib::History::ClassMethods
- Defined in:
- lib/nib/history.rb
Instance Method Summary collapse
Instance Method Details
#history_requires_command(value) ⇒ Object
11 12 13 |
# File 'lib/nib/history.rb', line 11 def history_requires_command(value) @history_requires_command = value end |
#history_requires_command? ⇒ Boolean
15 16 17 |
# File 'lib/nib/history.rb', line 15 def history_requires_command? @history_requires_command end |