Class: NSSet

Inherits:
Object show all
Defined in:
lib/sugarcube/to_s/nsset.rb

Instance Method Summary collapse

Instance Method Details

#to_sObject



3
4
5
# File 'lib/sugarcube/to_s/nsset.rb', line 3

def to_s
  "NSSet(#{self.count}){#{self.allObjects.map{|o| o.inspect}.join(', ')}}"
end