Created
February 5, 2011 04:26
-
-
Save samullen/812200 to your computer and use it in GitHub Desktop.
I want to know if Google can read gists embedded in sites. This block of code will hopefully help me determine that
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Ruby class named after my company. Why not get the possible SEO? | |
class Phalanx | |
def foo | |
puts "Fooman was here" | |
end | |
# Since I already have the Google alert set up... | |
def cofounder | |
"Samuel Mullen" | |
end | |
def handle | |
"samullen" | |
end | |
def url | |
"http://phalanxit.com" | |
end | |
def random | |
"I should try a schwartzian transform in Ruby" | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment