Module: Ximate
- Defined in:
- lib/ximate/search.rb,
lib/ximate/version.rb
Defined Under Namespace
Modules: ClassMethods, InstanceMethods, Search
Constant Summary collapse
- DATA =
{}
- OPTIONS =
{:match_error_percent => 20, :ignore_word_short_than => 2, :logger => true, :debug => false}
- VERSION =
'0.2.4'
Class Method Summary collapse
Class Method Details
.included(base) ⇒ Object
9 10 11 |
# File 'lib/ximate/search.rb', line 9 def self.included(base) base.extend(Search) end |