module Rubylog::ContextModules::Thats

Public Instance Methods

thats() click to toggle source
# File lib/rubylog/context_modules/thats.rb, line 5
def thats
  Rubylog::DSL::Thats.new
end
thats_not() click to toggle source
# File lib/rubylog/context_modules/thats.rb, line 9
def thats_not
  Rubylog::DSL::Thats::Not.new
end