Class: Set
- Inherits:
-
Object
- Object
- Set
- Defined in:
- lib/randomperson/ext/Set.rb
Instance Method Summary collapse
Instance Method Details
#classify_true(pattern) ⇒ Object
3 4 5 |
# File 'lib/randomperson/ext/Set.rb', line 3 def classify_true( pattern ) self.classify{ |s| true if s =~ /#{pattern}/ }[true] end |