class Boolminot::Clauses::MatchAll

Public Class Methods

new(opts = {}) click to toggle source
# File lib/boolminot/clauses/match_all.rb, line 7
def initialize(opts = {})
  @opts = opts
end

Public Instance Methods

body() click to toggle source
# File lib/boolminot/clauses/match_all.rb, line 11
def body
  opts
end