Method: Windstorm::Executor.create

Defined in:
lib/windstorm/executor.rb

.create(pa) ⇒ Object



35
36
37
38
39
40
# File 'lib/windstorm/executor.rb', line 35

def create(pa)
  return unless pa
  ex = self.new
  ex.parser = pa
  ex
end