Sha256: 52a52d74c03df9af84b79d3c404432f8a3943674cf6e2560a8edf69c0427a112
Contents?: true
Size: 210 Bytes
Versions: 2
Compression:
Stored size: 210 Bytes
Contents
module Remove_article def process list_item = super elements = [] list_item.each do |item| temp_value = '#' + item elements.push(temp_value) end return elements end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
google_api_hashtag-0.1.1 | lib/remove_article.rb |
google_api_hashtag-0.1.0 | lib/remove_article.rb |