Class: Interactive::EmptyOptions
- Inherits:
-
SimpleDelegator
- Object
- SimpleDelegator
- Interactive::EmptyOptions
- Defined in:
- lib/interactive/options.rb
Instance Method Summary collapse
- #has_hash? ⇒ Boolean
-
#initialize(options) ⇒ EmptyOptions
constructor
A new instance of EmptyOptions.
- #shortcuts_meanings ⇒ Object
- #shortcuts_string ⇒ Object
Constructor Details
#initialize(options) ⇒ EmptyOptions
Returns a new instance of EmptyOptions.
117 118 119 120 |
# File 'lib/interactive/options.rb', line 117 def initialize() = super() end |
Instance Method Details
#has_hash? ⇒ Boolean
130 131 132 |
# File 'lib/interactive/options.rb', line 130 def has_hash? false end |
#shortcuts_meanings ⇒ Object
126 127 128 |
# File 'lib/interactive/options.rb', line 126 def shortcuts_meanings '' end |
#shortcuts_string ⇒ Object
122 123 124 |
# File 'lib/interactive/options.rb', line 122 def shortcuts_string '' end |