module ThomasUtils::SymbolHelpers
Constants
- OPERATOR_MAP
Public Instance Methods
child(name)
click to toggle source
# File lib/thomas_utils/symbol_helpers.rb, line 13 def child(name) ThomasUtils::KeyChild.new(self, name) end
Also aliased as: >>
index(index)
click to toggle source
# File lib/thomas_utils/symbol_helpers.rb, line 9 def index(index) ThomasUtils::KeyIndexer.new(self, index) end