Class: Set
Class Method Summary collapse
Class Method Details
.of(type_sig) ⇒ Rtype::Behavior::TypedSet
38 39 40 |
# File 'lib/rtype/behavior/core_ext.rb', line 38 def self.of(type_sig) ::Rtype::Behavior::TypedSet.new(type_sig) end |