Sha256: dbc58767b643921766f9981b6c9cef2b2d3d7cf903f495b73cf688795a52cde2
Contents?: true
Size: 259 Bytes
Versions: 16
Compression:
Stored size: 259 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? true end end end
Version data entries
16 entries across 16 versions & 1 rubygems