19 20 21
# File 'lib/computering/dsl.rb', line 19 def paragraph(*text) self.items += Text.from_text(text) end