Module: RBS::Types::SelfTypeBindingHelper
Relationships & Source Files | |
Defined in: | lib/rbs/types.rb |
Class Method Summary
- .self_type_binding_to_s(t) mod_func
Class Method Details
.self_type_binding_to_s(t) (mod_func)
[ GitHub ]# File 'lib/rbs/types.rb', line 1340
def self_type_binding_to_s(t) if t "[self: #{t}] " else "" end end