Class: NSSet

Inherits:
Object show all
Includes:
Enumerable
Defined in:
lib/cocoa/sugarcube-to_s/nsset.rb,
lib/cocoa/sugarcube-foundation/nsset.rb

Instance Method Summary collapse

Instance Method Details

#to_sObject



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

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