Skip to content

Instantly share code, notes, and snippets.

@miaout17
Created April 25, 2009 16:16
Show Gist options
  • Save miaout17/101676 to your computer and use it in GitHub Desktop.
Save miaout17/101676 to your computer and use it in GitHub Desktop.
class Tester
def +(v) # OK
end
def abc=(v) # OK
end
def +=(v) # Syntax Error
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment