module OldYeller
Constants
- VERSION
Public Class Methods
bark(s)
click to toggle source
# File lib/old_yeller.rb, line 4 def self.bark(s) "RUFF! #{s}" end
# File lib/old_yeller.rb, line 4 def self.bark(s) "RUFF! #{s}" end