Module: FunRuby::String
- Extended by:
- String
- Includes:
- Common::Helpers
- Included in:
- String
- Defined in:
- lib/fun_ruby/string.rb
Overview
Module containing methods for strings
Class Method Summary collapse
-
.concat(first = F._, second = F._) ⇒ ::String
Concats a string by a passed delimiter.
-
.split(splitter = F._, string = F._) ⇒ ::Array[::String]
Split a string by a passed delimiter.
Instance Method Summary collapse
-
#concat(first = F._, second = F._) ⇒ ::String
Concats a string by a passed delimiter.
-
#split(splitter = F._, string = F._) ⇒ ::Array[::String]
Split a string by a passed delimiter.