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.



981
982
983
# File 'lib/rubyhacks.rb', line 981

def initialize
	@sweet = true
end

Instance Attribute Details

#sweetObject

Returns the value of attribute sweet.



979
980
981
# File 'lib/rubyhacks.rb', line 979

def sweet
  @sweet
end