static public Method

RDF.new(version=nil, encoding=nil, standalone=nil)

There's no documentation for this item.

Source Code

# File rss/1.0.rb, line 50
def initialize(version=nil, encoding=nil, standalone=nil)
  super('1.0', version, encoding, standalone)
end
Comments

Have your say
Please use Textile formatting (click here for a cheat sheet). Use <code/> and <pre/> for code samples.
Click here to login with OpenID to to post comments.