class Potions
Public Class Methods
hi()
click to toggle source
# File lib/potions.rb, line 2 def self.hi puts "Potions is coming soon." end
# File lib/potions.rb, line 2 def self.hi puts "Potions is coming soon." end