Method: BinData::RegisterNamePlugin#initialize_shared_instance
- Defined in:
- lib/bindata/name.rb
#initialize_shared_instance ⇒ Object
21 22 23 24 25 26 |
# File 'lib/bindata/name.rb', line 21 def initialize_shared_instance if has_parameter?(:name) RegisteredClasses.register(get_parameter(:name), self) end super end |