Libraries
»
rbi
(0.3.6)
»
Index
»
RBI
»
Type
»
Class
»
#to_rbi
Method: RBI::Type::Class#to_rbi
Defined in:
lib/rbi/type.rb
#
to_rbi
⇒
Object
: -> String
260 261 262
# File 'lib/rbi/type.rb', line 260
def
to_rbi
"
T::Class[
#{
@type
}
]
"
end