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
60 61 62 63 |
# File 'lib/interactive/options.rb', line 60 def initialize() = super() end |
Instance Method Details
#has_hash? ⇒ Boolean
73 74 75 |
# File 'lib/interactive/options.rb', line 73 def has_hash? false end |
#shortcuts_meanings ⇒ Object
69 70 71 |
# File 'lib/interactive/options.rb', line 69 def shortcuts_meanings '' end |
#shortcuts_string ⇒ Object
65 66 67 |
# File 'lib/interactive/options.rb', line 65 def shortcuts_string '' end |