Created
June 7, 2015 15:34
-
-
Save benlovell/65e9a65e72f4c67e494f to your computer and use it in GitHub Desktop.
nope
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
irb(main):004:0> def persisted?=(val); val; end | |
SyntaxError: (irb):4: syntax error, unexpected '?', expecting ';' or '\n' | |
def persisted?=(val); val; end | |
^ | |
(irb):4: syntax error, unexpected keyword_end, expecting end-of-input | |
from /Users/benlovell/.rbenv/versions/2.2.2/bin/irb:11:in `<main>' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment