class Pap

Public Class Methods

father() click to toggle source
# File lib/pap.rb, line 2
def self.father
    "Hello boy"
end