class KshitikovHellowWorld

Constants

VERSION

Public Class Methods

hellow_world() click to toggle source
# File lib/kshitikov_hellow_world.rb, line 4
def self.hellow_world
  puts "Hello world!"
end