class Unparser::Emitter::Index::Reference
Private Instance Methods
emit_operation()
click to toggle source
# File lib/unparser/emitter/index.rb, line 26 def emit_operation parentheses('[', ']') do delimited(indices) end end