lib/canada_post.rb in canada_post-0.1.0 vs lib/canada_post.rb in canada_post-0.1.1
- old
+ new
@@ -4,11 +4,11 @@
require 'rexml/document'
require 'builder'
class CanadaPost
- def initialize :nodoc:
+ def initialize # :nodoc:
@items = []
end
#
# This method sets the merchant information
@@ -97,6 +97,6 @@
text = hash[t]
xml.method_missing t, text if text
end
end
-end
\ No newline at end of file
+end