Method: Contracts::Builtin::CollectionOf#to_s
- Defined in:
- lib/contracts/builtin_contracts.rb
#to_s ⇒ Object
309 310 311 |
# File 'lib/contracts/builtin_contracts.rb', line 309 def to_s "a collection #{@collection_class} of #{@contract}" end |