Skip to content

Commit

Permalink
Remove extra spaces around @ for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
ryoqun committed Feb 13, 2013
1 parent 7fdad60 commit 1385d01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/common/proc.rb
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ def inspect
file = "(unknown)"
end

"#<#{self.class}:0x#{self.object_id.to_s(16)} @ #{file}:#{line}>"
"#<#{self.class}:0x#{self.object_id.to_s(16)}@#{file}:#{line}>"
end

alias_method :to_s, :inspect
Expand Down

0 comments on commit 1385d01

Please sign in to comment.