Sha256: 7b24f56966efef5718f159757dd7edb3c7ecef6a18dd21b938f643a0f2bb57f1
Contents?: true
Size: 266 Bytes
Versions: 2
Compression:
Stored size: 266 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-2.3.2 | lib/search_flip/result.rb |
search_flip-2.3.1 | lib/search_flip/result.rb |