Module: Workshoper
- Defined in:
- lib/workshoper.rb,
lib/workshoper/version.rb
Overview
The root libaray namespace
Constant Summary collapse
- VERSION =
Library version
"0.0.1"
Class Method Summary collapse
-
.some_action(_test) ⇒ String
private
Some action.
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!
28 29 30 |
# File 'lib/workshoper.rb', line 28 def some_action(_test) SecureRandom.uuid end |