Skip to content

Instantly share code, notes, and snippets.

@geraudmathe
Created June 21, 2013 14:50
Show Gist options
  • Save geraudmathe/5831707 to your computer and use it in GitHub Desktop.
Save geraudmathe/5831707 to your computer and use it in GitHub Desktop.
class WDI
#setter
def name=name
@name = name
end
#getter
def name
@name
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment