lib/yard/handlers/processor.rb in yard-0.9.36 vs lib/yard/handlers/processor.rb in yard-0.9.37
- old
+ new
@@ -1,6 +1,5 @@
# frozen_string_literal: true
-require 'ostruct'
module YARD
module Handlers
# Iterates over all statements in a file and delegates them to the
# {Handlers::Base} objects that are registered to handle the statement.