You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running ruby -w -e 'require "contracts"; class Foo; include Contracts; end' or ruby -w -e 'require "contracts"; class Foo; include Contracts::Core; end'
I get this warnings
/home/tiago/.gem/ruby/2.4.3/gems/contracts-0.16.0/lib/contracts/core.rb:21: warning: method redefined; discarding old functype
/home/tiago/.gem/ruby/2.4.3/gems/contracts-0.16.0/lib/contracts/core.rb:47: warning: previous definition of functype was here
The text was updated successfully, but these errors were encountered:
When running
ruby -w -e 'require "contracts"; class Foo; include Contracts; end'
orruby -w -e 'require "contracts"; class Foo; include Contracts::Core; end'
I get this warnings
The text was updated successfully, but these errors were encountered: