class Gem2::B

Public Instance Methods

meth2() click to toggle source
# File lib/gem2.rb, line 5
def meth2
        p "hello from class b,meth2"
end