Method: Twterm::KeyMapper::NoSuchKey#initialize
- Defined in:
- lib/twterm/key_mapper/no_such_key.rb
#initialize(key) ⇒ NoSuchKey
Returns a new instance of NoSuchKey.
6 7 8 9 |
# File 'lib/twterm/key_mapper/no_such_key.rb', line 6 def initialize(key) @key = key super() end |