Method: Babelyoda::Specification.load
- Defined in:
- lib/babelyoda/specification.rb
.load ⇒ Object
31 32 33 34 35 36 37 38 39 |
# File 'lib/babelyoda/specification.rb', line 31 def self.load trace_spec = @spec.nil? && ::Rake.application..trace @spec ||= load_from_file(filename = FILENAME) if @spec @spec.plain_text_keys = true if @spec.plain_text_keys.nil? @spec.dump if trace_spec && @spec end return @spec end |