Module: GrapeEntityMatchers::RepresentMatcher

Defined in:
lib/grape_entity_matchers/represent_matcher.rb

Defined Under Namespace

Classes: RepresentMatcher

Instance Method Summary collapse

Instance Method Details

#represent(representable) ⇒ Object



6
7
8
# File 'lib/grape_entity_matchers/represent_matcher.rb', line 6

def represent(representable)
  RepresentMatcher.new(representable)
end