Method: Ing::Commands::Implicit#before

Defined in:
lib/ing/commands/implicit.rb

#before(*args) ⇒ Object

Require each passed file or library before running and require the ing file if it exists



29
30
31
32
# File 'lib/ing/commands/implicit.rb', line 29

def before(*args)
  require_libs
  require_ing_file
end