Module: HelloWorldJs

Defined in:
lib/hello_world_js.rb,
lib/hello_world_js/version.rb

Defined Under Namespace

Classes: Error

Constant Summary collapse

VERSION =
"0.1.0"

Class Method Summary collapse

Class Method Details

.hello_worldObject



8
9
10
# File 'lib/hello_world_js.rb', line 8

def self.hello_world
  "hello_world"
end