Method: Tagz::Namespace::Document#raw

Defined in:
lib/tagz.rb

#raw(string) ⇒ Object



281
282
283
# File 'lib/tagz.rb', line 281

def raw(string)
  push Document.for(string)
end