Method: Jet::Contract::Attribute::Builder#maybe

Defined in:
lib/jet/contract/attribute/builder.rb

#maybe(type, *checks) ⇒ Object



79
80
81
82
83
# File 'lib/jet/contract/attribute/builder.rb', line 79

def maybe(type, *checks)
  @opts[:maybe] = true
  type(type, *checks)
  self
end