lib/eloqua/builder/xml.rb in eloqua-1.1.2 vs lib/eloqua/builder/xml.rb in eloqua-1.1.3
- old
+ new
@@ -90,10 +90,10 @@
def initialize(options = {}, &block)
super
@namespace = nil
@namespace = options[:namespace].to_sym if options[:namespace]
- yield self if block_given?
+ yield self if ::Kernel.block_given?
end
def self.create(options = {}, &block)
new(options, &block).target!
end