rb/lib/twitter-text/extractor.rb [309:316]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      end

      # Extracts a list of all cashtags included in the Tweet <tt>text</tt>. If the
      # <tt>text</tt> is <tt>nil</tt> or contains no cashtags an empty array
      # will be returned. The array returned will not include the leading <tt>$</tt>
      # character.
      #
      # If a block is given then it will be called for each cashtag.
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



rb/lib/twitter-text/extractor.rb [321:328]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      end

      # Extracts a list of all cashtags included in the Tweet <tt>text</tt>. If the
      # <tt>text</tt> is <tt>nil</tt> or contains no cashtags an empty array
      # will be returned. The array returned will not include the leading <tt>$</tt>
      # character.
      #
      # If a block is given then it will be called for each cashtag.
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



