31 32 33
# File 'lib/computering/dsl.rb', line 31 def link(text, link) self.items += Link.from_text(text, link) end