Class YARD::Handlers::Ruby::ClassConditionHandler
In: lib/yard/handlers/ruby/class_condition_handler.rb
Parent: YARD::Handlers::Ruby::Base

Methods

Public Instance methods

Protected Instance methods

Parses the condition part of the if/unless statement

@return [true, false, nil] true if the condition can be definitely

  parsed to true, false if not, and nil if the condition cannot be
  parsed with certainty (it's dynamic)

[Validate]