Module: StringUtilityNativeExtensionDocumentationStubs
- Defined in:
- lib/utils.rb
Overview
A module that contains stub methods for the Rust native extension methods.
Instance Method Summary collapse
-
#spacify ⇒ String
Replaces all underscores with whitespace.
-
#underscorify ⇒ String
Replaces all whitespace with underscores.
Instance Method Details
#spacify ⇒ String
Replaces all underscores with whitespace.
82 |
# File 'lib/utils.rb', line 82 def spacify; end |
#underscorify ⇒ String
Replaces all whitespace with underscores.
78 |
# File 'lib/utils.rb', line 78 def underscorify; end |