class SergHello

Public Class Methods

hi() click to toggle source
# File lib/serghello.rb, line 2
def self.hi
  puts "hello you all"
end