Method: Lookout::Expectations#warning

Defined in:
lib/lookout/expectations.rb

#warning(string) ⇒ Object



33
34
35
# File 'lib/lookout/expectations.rb', line 33

def warning(string)
  Lookout::Warning.new(string)
end