class VeereshHello

Public Class Methods

hi() click to toggle source
# File lib/veeresh_hello.rb, line 2
def self.hi
  puts "Hi Friend this is veeresh"
end