module HelloWorlder
Constants
- VERSION
Public Class Methods
hello_world()
click to toggle source
# File lib/hello_worlder.rb, line 4 def self.hello_world puts 'Hello, world!' end
# File lib/hello_worlder.rb, line 4 def self.hello_world puts 'Hello, world!' end