class Steep::Interface::Block

def initialize(type:, optional:)

def initialize(type:, optional:)
  @type = type
  @optional = optional
end