module GrapeEntityMatchers::RepresentMatcher
Public Instance Methods
represent(representable)
click to toggle source
# File lib/grape_entity_matchers/represent_matcher.rb, line 6 def represent(representable) RepresentMatcher.new(representable) end