Class: SyntaxTree::BasicVisitor::VisitMethodsChecker::Status
- Inherits:
-
Struct
- Object
- Struct
- SyntaxTree::BasicVisitor::VisitMethodsChecker::Status
- Defined in:
- lib/syntax_tree/basic_visitor.rb
Instance Attribute Summary collapse
-
#checking ⇒ Object
Returns the value of attribute checking.
Instance Attribute Details
#checking ⇒ Object
Returns the value of attribute checking
46 47 48 |
# File 'lib/syntax_tree/basic_visitor.rb', line 46 def checking @checking end |