Class: Steep::Signature::Errors::ConstructorNoCheck

Inherits:
Base
  • Object
show all
Defined in:
lib/steep/signature/errors.rb

Instance Attribute Summary

Attributes inherited from Base

#signature

Instance Method Summary collapse

Methods inherited from Base

#initialize

Constructor Details

This class inherits a constructor from Steep::Signature::Errors::Base

Instance Method Details

#puts(io) ⇒ Object



99
100
101
# File 'lib/steep/signature/errors.rb', line 99

def puts(io)
  io.puts "ConstructorNoCheck: signature=#{signature.name}"
end