class Lono::Param
Public Instance Methods
generate(blueprint)
click to toggle source
# File lib/lono/param.rb, line 10 def generate(blueprint) Generator.new(options.merge(blueprint: blueprint)).generate end
# File lib/lono/param.rb, line 10 def generate(blueprint) Generator.new(options.merge(blueprint: blueprint)).generate end