15 16 17
# File 'lib/computering/dsl.rb', line 15 def headline(*text) self.items += Headline.from_text(text) end