Top Level Namespace

Instance Method Summary collapse

Instance Method Details

#helloObject



1
2
3
# File 'lib/hola_cs.rb', line 1

def hello
  p 'hello from hola_cs gem'
end