module MixinTest
game.rb
Public Instance Methods
getMixingTestValue()
click to toggle source
# File lib/blocktest.rb, line 9 def getMixingTestValue return @mixingTestValue end
setMixingTestValue(val)
click to toggle source
# File lib/blocktest.rb, line 5 def setMixingTestValue(val) @mixingTestValue = val end