class Riml::TryNode

Public Instance Methods

children() click to toggle source
# File lib/riml/nodes.rb, line 940
def children
  [try_block] + catch_nodes.to_a + [finally_block].compact
end