Method: Computering::Dsl#paragraph

Defined in:
lib/computering/dsl.rb

#paragraph(*text) ⇒ Object



19
20
21
# File 'lib/computering/dsl.rb', line 19

def paragraph(*text)
  self.items += Text.from_text(text)
end