Skip to content

Commit 5fdd6f7

Browse files
committedFeb 24, 2015
Cleanup Kernel#singleton_class
1 parent 0ae740c commit 5fdd6f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎opal/corelib/kernel.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -569,7 +569,7 @@ def require_tree(path)
569569
alias public_send __send__
570570

571571
def singleton_class
572-
%x{Opal.get_singleton_class(self)}
572+
`Opal.get_singleton_class(self)`
573573
end
574574

575575
alias sprintf format

0 commit comments

Comments
 (0)
Please sign in to comment.