Method: Consist::Step#check

Defined in:
lib/consist/step.rb

#check(status:, path: nil, file: nil, message: "", &block) ⇒ Object



54
55
56
# File 'lib/consist/step.rb', line 54

def check(status:, path: nil, file: nil, message: "", &block)
  @commands << {type: :check, message:, status:, file:, path:, block: -> { instance_eval(&block) }}
end