Method: RTFDoc::Scope#initialize

Defined in:
lib/rtfdoc.rb

#initialize(name, sections) ⇒ Scope

Returns a new instance of Scope.



426
427
428
429
# File 'lib/rtfdoc.rb', line 426

def initialize(name, sections)
  @name       = name
  @sections   = sections
end