Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #107.65K
~112 People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.
Favorite Forums
Favorite Tags
ruby x 1

1 Posted Topic

Member Avatar for drjay1627

names starting with ":" are expressions that return a symbol object e.g. [code] Class Person attr_reader :name, :age, :sex end me = Person.new("poison", "24", "male") [/code] The construct :name is an expression that returns a symbol corresponding to name.

Member Avatar for Kevin_poison
0
112

The End.