module AncvGem1

Constants

VERSION

Public Class Methods

greeting() click to toggle source
# File lib/ancv_gem1.rb, line 4
def self.greeting
  puts 'hello world'
end