Module: Workshoper

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

Overview

The root libaray namespace

Since:

  • 0.1.0

Constant Summary collapse

VERSION =

Library version

Returns:

  • (String)

Since:

  • 0.1.0
"0.0.1"

Class Method Summary collapse

Class Method Details

.some_action(_test) ⇒ String

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Some action. Works well!

Examples:

“12345678”

Parameters:

  • _test (String)

Returns:

  • (String)

Since:

  • 0.1.0


28
29
30
# File 'lib/workshoper.rb', line 28

def some_action(_test)
  SecureRandom.uuid
end