Skip to content

Instantly share code, notes, and snippets.

@hisaichi5518
Created January 6, 2015 07:23
Show Gist options
  • Save hisaichi5518/c1fe275e2f2973302021 to your computer and use it in GitHub Desktop.
Save hisaichi5518/c1fe275e2f2973302021 to your computer and use it in GitHub Desktop.
def hoge?
true
end
p hoge?.! #=> false
p !hoge? #=> false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment