Skip to content

Instantly share code, notes, and snippets.

@vinbarnes
Created November 6, 2014 18:33
Show Gist options
  • Save vinbarnes/8be2381ea605b4007930 to your computer and use it in GitHub Desktop.
Save vinbarnes/8be2381ea605b4007930 to your computer and use it in GitHub Desktop.
class Jaime
class << self
attr_accessor :last_name
end
end
Jaime.last_name = "Blanco"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment