method
new
v7.1.3.4 -
Show latest stable
- Class:
ActionView::RenderParser::RipperASTParser::Node
new(type, arr, opts = {})public
No documentation available.
# File actionview/lib/action_view/ripper_ast_parser.rb, line 11
def initialize(type, arr, opts = {})
@type = type
super(arr)
end