module HelloMako
Constants
- VERSION
Public Class Methods
hi()
click to toggle source
# File lib/hello_mako.rb, line 4 def self.hi "Hello world!" end
# File lib/hello_mako.rb, line 4 def self.hi "Hello world!" end