Method: BiteScript::ASM::Generics#inspect_type
- Defined in:
-
lib/bitescript/mirror.rb,
lib/bitescript/asm3/mirror.rb
116 117 118 119 120 121 122 |
# File 'lib/bitescript/mirror.rb', line 116 def inspect_type(type) if type.kind_of?(BiteScript::ASM::Type) type.class_name else type.to_s end end |