Skip to content

Instantly share code, notes, and snippets.

@MikeAski
Created June 15, 2012 09:01
Show Gist options
  • Save MikeAski/2935514 to your computer and use it in GitHub Desktop.
Save MikeAski/2935514 to your computer and use it in GitHub Desktop.
Ruby symbol with special character
class X
def foo?
puts 'Hi!'
end
end
x = X.new
x.foo?
x.send :foo?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment