module RickyGemTest
Constants
- VERSION
Public Class Methods
direction()
click to toggle source
# File lib/ricky_gem_test.rb, line 8 def self.direction puts 'direction' end
hello()
click to toggle source
# File lib/ricky_gem_test.rb, line 4 def self.hello puts 'I am Ricky!' end