Skip to content

Instantly share code, notes, and snippets.

@edthix
Created September 16, 2009 10:47
Show Gist options
  • Save edthix/187987 to your computer and use it in GitHub Desktop.
Save edthix/187987 to your computer and use it in GitHub Desktop.
# objective-j
@implementation Person : CPObject
{
CPString name;
}
@end
# ruby
class Person < CPObject
attr_reader :namer
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment