class Myfoo2::MyFoo

Public Class Methods

hello() click to toggle source
# File lib/myfoo2.rb, line 5
def self.hello
  'world'
end