module YarofonGemTask

Constants

VERSION

Public Class Methods

hello_world() click to toggle source
# File lib/yarofon_gem_task.rb, line 4
def self.hello_world
  puts 'Hello world from my first gem!'
end