class Opal::Nodes::NodeWithArgs
def self.shortcuts_for(node_type)
def self.shortcuts_for(node_type) @shortcuts_for[node_type] ||= @shortcuts.select do |shortcut| [node_type, :*].include? shortcut.for end end
def self.shortcuts_for(node_type) @shortcuts_for[node_type] ||= @shortcuts.select do |shortcut| [node_type, :*].include? shortcut.for end end