Skip to content

Instantly share code, notes, and snippets.

@kimjoar
Created August 14, 2009 22:24
Show Gist options
  • Save kimjoar/168138 to your computer and use it in GitHub Desktop.
Save kimjoar/168138 to your computer and use it in GitHub Desktop.
me = sfn.people["scott"] # no API call takes place, [] is an alias of get
# The load takes place during the following statement
puts me.name # => "Scott Fleckenstein"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment