mirror of
https://github.com/lloeki/package-ruby.git
synced 2025-12-06 01:54:41 +01:00
7 lines
85 B
Ruby
7 lines
85 B
Ruby
import 'foo'
|
|
|
|
HELLO = 'BAR'
|
|
|
|
def hello
|
|
"i am bar and I can access #{foo.name}"
|
|
end
|