method

fcall?

rails latest stable - Class: ActionView::RenderParser::RipperASTParser::Node
fcall?()
public

No documentation available.

# File actionview/lib/action_view/ripper_ast_parser.rb, line 25
        def fcall?
          type == :command || type == :fcall
        end