Skip to content

Commit

Permalink
bare completion with latest bond
Browse files Browse the repository at this point in the history
  • Loading branch information
cldwalker committed Dec 23, 2010
1 parent 0cf9358 commit e02e2b1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/ripl/johnson/completion.rb
Expand Up @@ -17,7 +17,9 @@ def before_loop
isNaN parseFloat parseInt Infinity Math NaN undefined}

def self.start
Bond.start(:default_mission=>lambda {|e| Ripl::Johnson::Completion.default_action })
Bond.start(:bare=>true,
:default_mission=>lambda {|e| Ripl::Johnson::Completion.default_action })
Bond.complete :all_methods => true
end

def self.default_action
Expand Down

0 comments on commit e02e2b1

Please sign in to comment.