1
@subscriptions = Hash.new {|h,k| h[k] = SubscriptionType.make(k)}
Ruby On Hash assignment
by ReinH,
September 09, 2009 18:35
Ruby On Call a function to each member
by ReinH,
September 09, 2009 17:54
& is not a unary method. It...
1 2 3 4
def button(title, values) values[:type] ||= "button" values[:category] ||= "primary" ...
Ruby On Button code creates a gener...
by ReinH,
September 09, 2009 17:41
This code has issues in the...

One option is to make a fac...