class Middleman::CoreExtensions::Collections::StepContext

def initialize(app)

def initialize(app)
  @app = app
  @descriptors = []
end