lib/fluent/config/section.rb in fluentd-0.12.0.pre.1 vs lib/fluent/config/section.rb in fluentd-0.12.0.pre.2
- old
+ new
@@ -28,9 +28,11 @@
def initialize(params = {})
@klass = 'Fluent::Config::Section'
@params = params
end
+ alias :object_id :__id__
+
def inspect
"<Fluent::Config::Section #{@params.to_json}>"
end
def nil?