Module: RubyLambdas::Strings

Defined in:
lib/ruby/lambdas/strings/to_export.rb

Defined Under Namespace

Modules: ToExport

Constant Summary collapse

ALIASES =
{
  Downcase: :LowerCase,
  FromObject: :String,
  GSub: :ReplaceAll,
  Strip: :Trim,
}.freeze