Flowdock
size() public

Returns the number of instance variables.

   Customer = Struct.new(:name, :address, :zip)
   joe = Customer.new("Joe Smith", "123 Maple, Anytown NC", 12345)
   joe.length   #=> 3
Show source
Register or log in to add new notes.