Class: Trial

Inherits:
Object show all
Includes:
TrialMod
Defined in:
lib/rubyhacks.rb

Constant Summary collapse

@@box =
"chocs"

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from TrialMod

append_features, #check_sweet

Constructor Details

#initializeTrial

Returns a new instance of Trial.



970
971
972
# File 'lib/rubyhacks.rb', line 970

def initialize
	@sweet = true
end

Instance Attribute Details

#sweetObject

Returns the value of attribute sweet.



968
969
970
# File 'lib/rubyhacks.rb', line 968

def sweet
  @sweet
end