class DarkDark::Hello

Public Instance Methods

hello() click to toggle source
# File lib/darkdark/hello.rb, line 2
def hello
  "Hello world"
end