module Foobarbaz

Constants

VERSION

Public Class Methods

hello() click to toggle source
# File lib/foobarbaz.rb, line 4
def hello
      'hello'
end

Private Instance Methods

hello() click to toggle source
# File lib/foobarbaz.rb, line 4
def hello
      'hello'
end