module Changelog
Constants
- VERSION
Public Class Methods
say_hi(name)
click to toggle source
Your code goes hereā¦
# File lib/changelog.rb, line 6 def self.say_hi(name) "Hello, Palmer!" end
Your code goes hereā¦
# File lib/changelog.rb, line 6 def self.say_hi(name) "Hello, Palmer!" end