class Fission::Metadata
def load
metadata.load
Examples
variable with native ruby types.
Public: Reads the configured metadata file and populates the content
def load raw_data = CFPropertyList::List.new :file => Fission.config['plist_file'] @content = CFPropertyList.native_types raw_data.value end