Skip to content

Instantly share code, notes, and snippets.

@ascruggs
Created September 12, 2013 20:55
Show Gist options
  • Save ascruggs/6543670 to your computer and use it in GitHub Desktop.
Save ascruggs/6543670 to your computer and use it in GitHub Desktop.
class Destination
def name
"boom"
end
end
def destination
Destination.new
end
destination = destination.name
puts destination
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment