Skip to content

Instantly share code, notes, and snippets.

@adwinsky
Created December 14, 2012 10:29
Show Gist options
  • Save adwinsky/4284348 to your computer and use it in GitHub Desktop.
Save adwinsky/4284348 to your computer and use it in GitHub Desktop.
Sample gist
def ada
puts "yo"
end
def foo
puts "foo"
end
def bar
puts "bar"
end
def test
puts "test"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment