# File lib/machinist/machinable.rb, line 37 def make(*args) decode_args_to_make(*args) do |blueprint, attributes| blueprint.make(attributes) end end