Method: Rtype::RtypeProxy#initialize
- Defined in:
- lib/rtype/rtype_proxy.rb
#initialize ⇒ RtypeProxy
Returns a new instance of RtypeProxy.
5 6 7 8 |
# File 'lib/rtype/rtype_proxy.rb', line 5 def initialize @annotation_mode = false @annotation_type_sig = nil end |