module Validate::Assertions
Public Instance Methods
create(*args, &block)
click to toggle source
# File lib/validate/assertions.rb, line 8 def create(*args, &block) Assertion.new(AST::DefinitionContext.create(*args, &block)) end