class Bava

Public Class Methods

hello() click to toggle source
# File lib/bava.rb, line 3
def self.hello
        puts 'hai'
end