Method: BlockDevice#group

Defined in:
lib/ec2launcher/block_device.rb

#group(*group) ⇒ Object



27
28
29
30
31
32
33
34
# File 'lib/ec2launcher/block_device.rb', line 27

def group(*group)
	if group.empty?
		@group
	else
		@group = group[0]
		self
	end
end