# File lib/maruku/maruku.rb, line 26 def initialize(s=nil, meta={}) super(nil) self.attributes.merge! meta if s parse_doc(s) end end