xml-to-haml 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/xml-to-haml.rb +1 -1
  2. metadata +1 -1
data/lib/xml-to-haml.rb CHANGED
@@ -7,7 +7,7 @@ require 'rexml/document'
7
7
  class XMLtoHAML
8
8
  include REXML
9
9
 
10
- def initialize()
10
+ def initialize(s)
11
11
  doc = Document.new(s)
12
12
  xml_to_haml(doc)
13
13
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: xml-to-haml
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors: []
7
7