Method: BinData::Base.bindata_name
- Defined in:
- lib/bindata/base.rb
.bindata_name ⇒ Object
The name of this class as used by Records, Arrays etc.
41 42 43 |
# File 'lib/bindata/base.rb', line 41 def bindata_name RegisteredClasses.underscore_name(name) end |