class Trial
Attributes
sweet[RW]
Public Class Methods
new()
click to toggle source
# File lib/rubyhacks.rb, line 981 def initialize @sweet = true end
# File lib/rubyhacks.rb, line 981 def initialize @sweet = true end