Sha256: 08f897ee8e8f8239b28e84863d381d2bb47fe96e93b693de7df68b9524dc6643
Contents?: true
Size: 264 Bytes
Versions: 2
Compression:
Stored size: 264 Bytes
Contents
module SearchFlip # The SearchFlip::Result class basically is a hash wrapper that uses # Hashie::Mash to provide convenient method access to the hash attributes. class Result < Hashie::Mash def self.disable_warnings?(*args) true end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
search_flip-3.0.0.beta1 | lib/search_flip/result.rb |
search_flip-3.0.0.beta | lib/search_flip/result.rb |