Top Level Namespace

Defined Under Namespace

Modules: Twitter

Instance Method Summary collapse

Instance Method Details

#Twitter(*args, &block) ⇒ Object

Hpricot-y constant-method



41
42
43
44
45
46
47
48
49
# File 'lib/twitter-client.rb', line 41

def Twitter(*args, &block)
  if args.empty? and not block_given?
    Twitter
  else
    if args.length == 1
      Twitter.tweet!(*args)
    end
  end
end