Method: TypeProf::Core::AST::SigTyIntersectionNode#show
- Defined in:
- lib/typeprof/core/ast/sig_type.rb
#show ⇒ Object
522 523 524 |
# File 'lib/typeprof/core/ast/sig_type.rb', line 522 def show @types.map {|ty| ty.show }.join(" & ") end |