class Unparser::Either::Left

def bind(&)

Returns:
  • (Either::Left) -
    def bind(&)
      require_block(&)
    end