Skip to content

Instantly share code, notes, and snippets.

@rippinrobr
Created October 30, 2010 17:10
Show Gist options
  • Save rippinrobr/655516 to your computer and use it in GitHub Desktop.
Save rippinrobr/655516 to your computer and use it in GitHub Desktop.
creates the private field used to store the property's value
private_field = tb.DefineField("_#{name.downcase}", type,
FieldAttributes.Private)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment