Method: RBI::Type::Class#to_rbi

Defined in:
lib/rbi/type.rb

#to_rbiObject

: -> String



260
261
262
# File 'lib/rbi/type.rb', line 260

def to_rbi
  "T::Class[#{@type}]"
end