Skip to content

Commit

Permalink
Fixed reference to method as m
Browse files Browse the repository at this point in the history
  • Loading branch information
derekcollison authored and ahoward committed Nov 7, 2010
1 parent 6c01a08 commit 3f7f900
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/main/program/instance_methods.rb
Expand Up @@ -239,7 +239,7 @@ def handle_exit(status)

def fcall(object, method, *argv, &block)
method = object.method(method)
arity = m.arity
arity = method.arity
if arity >= 0
argv = argv[0, arity]
else
Expand Down

0 comments on commit 3f7f900

Please sign in to comment.