class SheepAst::IndexCondition

TBD

Public Class Methods

new(*exprs, **options) click to toggle source
Calls superclass method SheepAst::Log::new
# File lib/sheep_ast/match/index_condition.rb, line 22
def initialize(*exprs, **options)
  super()
  T.unsafe(self).data_handle_init(exprs, **options)
end