class Steep::Interface::Block

def hash

def hash
  type.hash ^ optional.hash ^ self_type.hash
end