class ActionView::RenderParser::RipperASTParser::Node

def fcall?

def fcall?
  type == :command || type == :fcall
end