Skip to content

Instantly share code, notes, and snippets.

@gezope
Created December 22, 2010 14:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gezope/751551 to your computer and use it in GitHub Desktop.
Save gezope/751551 to your computer and use it in GitHub Desktop.
just trying
rails = 'is fun'
def isfan
if rails == 'is fun'
puts 'Rails is fun'
else
puts 'something wnet wrong'
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment