module RubySearchObject

Constants

VERSION

Public Class Methods

included(host_class) click to toggle source
# File lib/ruby_search_object.rb, line 18
def self.included(host_class)
  host_class.extend ClassMethods
end