Module: Ramcrest::Aint

Defined in:
lib/ramcrest/aint.rb

Defined Under Namespace

Classes: Matcher

Class Method Summary collapse

Class Method Details

.aint(expected) ⇒ Object



6
7
8
# File 'lib/ramcrest/aint.rb', line 6

def aint(expected)
  Matcher.new(Ramcrest::EqualTo.to_matcher(expected))
end