class Riml::ListOrDictGetNode

list_or_dict function()

Public Instance Methods

children() click to toggle source
# File lib/riml/nodes.rb, line 923
def children
  [list_or_dict] + keys
end
force_newline_if_child_call_node?() click to toggle source
# File lib/riml/nodes.rb, line 919
def force_newline_if_child_call_node?
  false
end