Skip to content

Instantly share code, notes, and snippets.

@datenimperator
Created October 13, 2009 10:13
Show Gist options
  • Save datenimperator/209133 to your computer and use it in GitHub Desktop.
Save datenimperator/209133 to your computer and use it in GitHub Desktop.
def init
if super_init
@identified = false
@dirty = false
@username, @password, @account_type = 'test', 'abc', SIP_TEAM
self
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment