Class: Interactive::EmptyOptions

Inherits:
SimpleDelegator
  • Object
show all
Defined in:
lib/interactive/options.rb

Instance Method Summary collapse

Constructor Details

#initialize(options) ⇒ EmptyOptions



60
61
62
63
# File 'lib/interactive/options.rb', line 60

def initialize(options)
  @options = options
  super(@options)
end

Instance Method Details

#has_hash?Boolean



73
74
75
# File 'lib/interactive/options.rb', line 73

def has_hash?
  false
end

#shortcuts_meaningsObject



69
70
71
# File 'lib/interactive/options.rb', line 69

def shortcuts_meanings
  ''
end

#shortcuts_stringObject



65
66
67
# File 'lib/interactive/options.rb', line 65

def shortcuts_string
  ''
end