11 12 13
# File 'lib/computering/dsl.rb', line 11 def list(*text) self.items += List.from_text(text) end