Skip to content
This repository has been archived by the owner on Nov 22, 2021. It is now read-only.

Commit

Permalink
...and 186 compat as well
Browse files Browse the repository at this point in the history
  • Loading branch information
rsanheim committed Sep 29, 2009
1 parent 1c9c773 commit 684d034
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/runcoderun.rb
Expand Up @@ -16,7 +16,7 @@ def activate(args)
end

def all_commands
Commands.public_instance_methods(true).sort
Commands.public_instance_methods(true).sort.map {|m| m.intern }
end

def invoke(command, *args)
Expand Down

0 comments on commit 684d034

Please sign in to comment.