Skip to content

Instantly share code, notes, and snippets.

@ohnishiakira
Last active December 24, 2015 15:39
Show Gist options
  • Save ohnishiakira/6821832 to your computer and use it in GitHub Desktop.
Save ohnishiakira/6821832 to your computer and use it in GitHub Desktop.
シンタックスエラーになる(MacOSX10.7.5、Ruby1.9.3-p448)
#!/usr/bin/env ruby
# coding: utf-8
flag = true
array = [1,2,3]
# array.include?(3) だと動く
if flag && array.include? 3
p 'ok'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment