Method: Split#initialize

Defined in:
lib/canis/core/include/layouts/SplitLayout.rb

#initialize(type, weight, parent) ⇒ Split

Returns a new instance of Split.



52
53
54
55
56
# File 'lib/canis/core/include/layouts/SplitLayout.rb', line 52

def initialize type, weight, parent
  @type = type
  @weight = weight
  @parent = parent
end