class Object

Public Instance Methods

from(from) click to toggle source
# File lib/cot/rspec/matchers.rb, line 10
def from(from)
  @from = from
  self
end
searchable() click to toggle source
# File lib/cot/rspec/matchers.rb, line 37
def searchable
  @searchable = true
  self
end