# File lib/etherpad-lite/models/pad.rb, line 76 def group return nil unless group_id @group ||= Group.new(@instance, group_id) end