Project

General

Profile

Backport #7408 ยป no_warning.rb

agrimm (Andrew Grimm), 11/20/2012 06:00 PM

 
# no_warning.rb
def no_warning
foo = 1
{:foo => 1}
end

def has_warning
foo = 1
{:bar => 1}
end

    (1-1/1)