Skip to content

Instantly share code, notes, and snippets.

@samullen
Created February 5, 2011 04:26
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 samullen/812200 to your computer and use it in GitHub Desktop.
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
# 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