Method: Context::Key#initialize
- Defined in:
- lib/Context/Key.rb
#initialize(modifier, character) ⇒ Key
Returns a new instance of Key.
26 27 28 29 |
# File 'lib/Context/Key.rb', line 26 def initialize(modifier, character) @modifier = modifier @character = character end |