Classes: Selection
2 3 4 5
# File 'lib/core_ext/string.rb', line 2 def select(**args) args[:parent] = self Selection.new(**args) end