Class: String
- Inherits:
-
Object
- Object
- String
- Defined in:
- lib/niceql/string.rb
Instance Method Summary collapse
Instance Method Details
#match?(pattern) ⇒ Boolean
2 3 4 |
# File 'lib/niceql/string.rb', line 2 def match?(pattern) self =~ pattern end |