Module: Tweep

Defined in:
lib/tweep/index.rb,
lib/tweep.rb,
lib/tweep/config.rb,
lib/tweep/account.rb,
lib/tweep/logging.rb

Overview

! /usr/bin/env ruby encoding: utf-8

© 2011 Christophe Porteneuve

Defined Under Namespace

Classes: Account, Config, Index

Constant Summary collapse

@@index =
Index.new

Class Method Summary collapse

Class Method Details

.run!Object



17
18
19
20
21
22
# File 'lib/tweep.rb', line 17

def self.run!
  info 'Running…'
  Account.each &:run!
ensure
  @@index.save!
end