Skip to content

Commit

Permalink
Merge branch 'work-around/drb-method-missing'
Browse files Browse the repository at this point in the history
  • Loading branch information
Mon-Ouie committed Aug 6, 2014
2 parents b0f969d + fcfe5ad commit b496564
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pry-remote.rb
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def initialize(obj)

def completion_proc=(val)
if @obj.respond_to? :completion_proc=
@obj.completion_proc = val
@obj.completion_proc = proc { |*args, &block| val.call(*args, &block) }
end
end

Expand Down

0 comments on commit b496564

Please sign in to comment.