class BuildAGemDemo::Base

Public Instance Methods

hello_world() click to toggle source
# File lib/build_a_gem_demo/base.rb, line 3
def hello_world
  "Hello world"
end