# File lib/keyword_search/definition.rb, line 19
    def initialize
      @default_keyword = nil
      yield self if block_given?
    end