Method: Airake::Projects::Flash#load

Defined in:
lib/airake/projects/flash.rb

#load(options = {}) ⇒ Object

Load options

options: If nil, options are loaded from airake.yml in root. (All paths relative to base directory)

  • target_file: Path to target file



15
16
17
18
19
# File 'lib/airake/projects/flash.rb', line 15

def load(options = {})
  super(options)
  with_keyed_options([ :target_file ], options)
  ensure_exists([ @target_file ])
end