Home
Pages
Classes
Methods
Parent
Object
Methods
::show
class Bat
Public Class Methods
show
()
click to toggle source
# File lib/bat.rb, line 2
def
self
.
show
puts
"This is practice gem"
end