Method: VBulletin#add

Defined in:
lib/Olib/utils/vbulletin.rb

#add(str) ⇒ Object



55
56
57
58
# File 'lib/Olib/utils/vbulletin.rb', line 55

def add(str)
  @post.concat str
  self
end