Module: HelloRustyWorld

Defined in:
lib/hello_rusty_world.rb,
lib/hello_rusty_world/version.rb,
lib/hello_rusty_world/greeting.rb

Defined Under Namespace

Classes: Error, Greeting

Constant Summary collapse

VERSION =
"0.1.3"

Class Method Summary collapse

Class Method Details

.native_enabled?Boolean

Returns:

  • (Boolean)


20
21
22
# File 'lib/hello_rusty_world.rb', line 20

def native_enabled?
  @native_enabled == true
end