Method: Eggshell::Bundles::Basic::ListBlocks#continue_with

Defined in:
lib/eggshell/bundles/basics.rb

#continue_with(line) ⇒ Object



366
367
368
369
370
371
372
# File 'lib/eggshell/bundles/basics.rb', line 366

def continue_with(line)
	if line == nil || line == "" || !START_LIST_SHORT.match(line)
		return BH::RETRY
	else
		return BH::COLLECT
	end
end