Class Machinist::Lathe
In: lib/machinist/lathe.rb
Parent: Object

When you make an object, the blueprint for that object is instance-evaled against a Lathe.

The Lathe implements all the methods that are available to the blueprint, including method_missing to let the blueprint define attributes.

Methods

new   sn  

Attributes

object  [R]  Returns the object under construction.

Public Class methods

Public Instance methods

Returns a unique serial number for the object under construction.

[Validate]