Class: SyntaxTree::BasicVisitor::VisitMethodsChecker::Status

Inherits:
Struct
  • Object
show all
Defined in:
lib/syntax_tree/basic_visitor.rb

Instance Attribute Summary collapse

Instance Attribute Details

#checkingObject

Returns the value of attribute checking

Returns:

  • (Object)

    the current value of checking



46
47
48
# File 'lib/syntax_tree/basic_visitor.rb', line 46

def checking
  @checking
end