Method: JSONP3::RecursiveDescentSegment#to_s

Defined in:
lib/json_p3/segment.rb

#to_sObject



97
98
99
# File 'lib/json_p3/segment.rb', line 97

def to_s
  "..[#{@selectors.map(&:to_s).join(", ")}]"
end