mirror of
https://github.com/lloeki/package-ruby.git
synced 2025-12-06 01:54:41 +01:00
5 lines
42 B
Ruby
5 lines
42 B
Ruby
HELLO = 'FOO'
|
|
|
|
def hello
|
|
'i am foo'
|
|
end
|