Method: Osheet::WorkbookElement::PartialSet#initialize

Defined in:
lib/osheet/workbook_element.rb

#initializePartialSet

this class is a Hash that behaves kinda like a set. I want to push partials into the set using the ‘<<’ operator, only allow Osheet::Partial objs to be pushed, and then be able to reference a particular partial using its name



69
70
71
# File 'lib/osheet/workbook_element.rb', line 69

def initialize
  super
end