Method: OrmDev::RunHelper#initialize

Defined in:
lib/ormdev/source/core/run_helper.rb

#initialize(path) ⇒ RunHelper

Returns a new instance of RunHelper.



11
12
13
14
# File 'lib/ormdev/source/core/run_helper.rb', line 11

def initialize(path)
  @podspec_path = path;
  @spec = Pod::Specification.from_file(path)
end