Method: EasyType::Group#initialize

Defined in:
lib/easy_type/group.rb

#initializeGroup

Returns a new instance of Group.



14
15
16
# File 'lib/easy_type/group.rb', line 14

def initialize
  @content = {}
end