Quote:
	
	
		| 
					Originally Posted by stefann
					
				 The way the forums are named look like hooks in C++General::General Discussion
 Weird...
 | 
	
 heres a quarter because I care...
 
class CoinSlot def initialize(amt=Cents.new(25)) @amt = amt $here = binding endend
 
a = CoinSlot.neweval "puts @amt", $hereeval "puts @amt"
 
 
produces: $0.25USD