# File src/org/puremvc/ruby/core/view.rb, line 18
  def initialize
    @mediator_map = {}
    @observer_map = {}
    initialize_view
  end