module KnowKit
Constants
- VERSION
Public Class Methods
hello_world()
click to toggle source
# File lib/know_kit.rb, line 4 def self.hello_world puts "HI!" end
# File lib/know_kit.rb, line 4 def self.hello_world puts "HI!" end