Class: RubyVibe::GetOnline

Inherits:
Object
  • Object
show all
Defined in:
lib/ruby-vibe/shortcuts.rb

Overview

Class Method Summary collapse

Class Method Details

.[](*user_ids) ⇒ Object

Note:

Configuration constants must be defined to use shortcut classes



91
92
93
# File 'lib/ruby-vibe/shortcuts.rb', line 91

def self.[](*user_ids)
  Bot.new.get_online(*user_ids)
end