Top Level Namespace

Includes:
Jabber, Lijab, Term

Defined Under Namespace

Modules: Lijab, Readline, Term Classes: Array, File, String

Constant Summary

Constants included from Lijab

Lijab::VERSION

Instance Method Summary collapse

Instance Method Details

#prin(from, i, pr) ⇒ Object



26
27
28
29
30
31
32
33
34
35
36
37
# File 'lib/bleh.rb', line 26

def prin(from, i, pr)
   puts
   puts from
   p i
   puts pr.from
   p pr.type
   p pr.show
   p pr.status
   p pr.priority
   #puts
   #pp $roster.items
end