Machinist::Lathe.class_eval do
  def inherit(blueprint_name)
    instance_eval(&@object.class.blueprint(blueprint_name))
  end
end
