Module: Rubylog::ContextModules::Thats

Included in:
Rubylog::Context
Defined in:
lib/rubylog/context_modules/thats.rb

Instance Method Summary collapse

Instance Method Details

#thatsObject



5
6
7
# File 'lib/rubylog/context_modules/thats.rb', line 5

def thats
  Rubylog::DSL::Thats.new
end

#thats_notObject



9
10
11
# File 'lib/rubylog/context_modules/thats.rb', line 9

def thats_not
  Rubylog::DSL::Thats::Not.new
end