lib/turmali/runtime/class.rb in turmali-0.0.6 vs lib/turmali/runtime/class.rb in turmali-0.0.7

- old
+ new

@@ -11,10 +11,9 @@ end def lookup(method_name) method = @runtime_methods[method_name] unless method - puts "superclass #{@runtime_superclass}" if @runtime_superclass return @runtime_superclass.lookup(method_name) else raise "Method not found: #{method_name}" end end \ No newline at end of file