Class: String
- Inherits:
-
Object
- Object
- String
- Defined in:
- lib/core_ext/string.rb
Defined Under Namespace
Classes: Selection
Instance Method Summary collapse
Instance Method Details
#select(**args) ⇒ Object
2 3 4 5 |
# File 'lib/core_ext/string.rb', line 2 def select(**args) args[:parent] = self Selection.new(**args) end |