module MatveevGem

Constants

VERSION

Public Class Methods

hello_world() click to toggle source
# File lib/matveev_gem.rb, line 4
def self.hello_world
  puts "Hello World !!! "
end