lib/rbx/no_method_error.fy in fancy-0.3.0 vs lib/rbx/no_method_error.fy in fancy-0.3.1
- old
+ new
@@ -8,8 +8,8 @@
@return Name of the method not found (as @String@).
Returns the name of the method that was not found as a @String@.
"""
- self name to_s from: 1 to: -1
+ name to_s from: 1 to: -1
}
}