class Rundown::Processors::Twitter

Public Instance Methods

process() click to toggle source
# File lib/rundown/processors/twitter.rb, line 4
def process
  words.select { |word| word.start_with?('@') }
end