# File lib/dragonfly/register.rb, line 17
    def get(name)
      items[name.to_sym] || raise(NotFound, "#{name.inspect} not registered")
    end