# File lib/hooks/hook.rb, line 47
    def <<(callback)
      super Uber::Options::Value.new(callback, :dynamic => true) # allows string and symbol method names.
    end