diakonos/extensions/dk-hello-world/hello-world.rb

9 lines
118 B
Ruby

module Diakonos
module Functions
def hello_world
@buffer_current.paste "Hello, world!"
end
end
end