Method: Wikiscript::Client#text

Defined in:
lib/wikiscript/client.rb

#text(title) ⇒ Object

change to: wikitext why? why not? or to raw? why? why not?



19
20
21
22
# File 'lib/wikiscript/client.rb', line 19

def text( title )
  ## todo/fix: convert spaces to _ if not present for wikipedia page title - why ?? why not ???
  get( action: 'raw', title: title )
end