module SomethingLikeThat
This module encapsulates the entire Something Like That gem, and contains a top-level wrapper method to provide a simplified public interface.
Constants
- VERSION
Public Class Methods
new(phrase)
click to toggle source
# File lib/something_like_that.rb, line 9 def self.new(phrase) Query.new(phrase) end