Method: Windstorm::Executor.create_from_table

Defined in:
lib/windstorm/executor.rb

.create_from_table(t) ⇒ Object



31
32
33
# File 'lib/windstorm/executor.rb', line 31

def create_from_table(t)
  create(Parser.create(t))
end