class RubyReport::Decorator

def initialize(obj, scope = {})

def initialize(obj, scope = {})
  super(obj)
  @scope = scope
end