class Samovar::Flags

def boolean?

Whether or not this flag should have a true/false value if not specified otherwise.
def boolean?
	@ordered.count == 1 and @ordered.first.boolean?
end