# File rbs-1.0.4/lib/rbs/types.rb, line 963 def ==(other) other.is_a?(Block) && other.type == type && other.required == required end
# File rbs-1.0.4/lib/rbs/types.rb, line 983 def map_type(&block) Block.new( required: required, type: type.map_type(&block) ) end