Navigation Menu

Skip to content

Commit

Permalink
do not use :: in string returned here either
Browse files Browse the repository at this point in the history
  • Loading branch information
digitalextremist committed Jul 4, 2015
1 parent 824fe01 commit 05c3151
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/celluloid/proxy/async.rb
Expand Up @@ -12,7 +12,7 @@ def initialize(mailbox, klass)
end

def inspect
"#<::Celluloid::Proxy::Async(#{@klass})>"
"#<Celluloid::Proxy::Async(#{@klass})>"
end

def method_missing(meth, *args, &block)
Expand Down

0 comments on commit 05c3151

Please sign in to comment.