Method: AppleData::DataFile#collection
- Defined in:
- lib/apple_data/data_file.rb
#collection(name) ⇒ Object
46 47 48 |
# File 'lib/apple_data/data_file.rb', line 46 def collection(name) @collections[name.to_s] ||= DataFileCollection.new(self, name) end |