class YARD::Parser::Ruby::AstNode
def file
-
(String)
- the filename the node was parsed from
def file return parent.file if parent @file end
(String)
- the filename the node was parsed from
def file return parent.file if parent @file end