23 24 25
# File 'lib/computering/dsl.rb', line 23 def code(*text) self.items += Code.from_text(text) end