module MatchJson::Matchers

Public Instance Methods

include_json(json) click to toggle source
# File lib/match_json/matchers.rb, line 5
def include_json(json)
  MatchJson::Matchers::IncludeJson.new(json)
end