lib/MonkeyAction/monkey_action.rb in MonkeyEngine-2.0.0 vs lib/MonkeyAction/monkey_action.rb in MonkeyEngine-2.0.1
- old
+ new
@@ -8,9 +8,7 @@
def initialize(monkey, value, weight)
super value, weight
@monkey = monkey
-
- self
end
end