Method: BitGirder::Core::DictionaryPath#initialize
- Defined in:
- lib/bitgirder/core.rb
#initialize(parent, key) ⇒ DictionaryPath
1278 1279 1280 1281 1282 |
# File 'lib/bitgirder/core.rb', line 1278 def initialize( parent, key ) super( parent ) @key = not_nil( key, "key" ) end |