Skip to content

Commit

Permalink
shortcut Bond.list_methods
Browse files Browse the repository at this point in the history
  • Loading branch information
cldwalker committed Apr 28, 2010
1 parent 1185143 commit 40f9cf7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/bond.rb
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,7 @@ def start(options={}, &block); M.start(options, &block); end

# The agent handling all the completion missions.
def agent; M.agent; end

# Shortcut to MethodMission.all_methods
def list_methods; MethodMission.all_methods; end
end

0 comments on commit 40f9cf7

Please sign in to comment.