module Ramda::String

String functions

Public Class Methods

type_error(object) click to toggle source

TODO: Extract from this module

# File lib/ramda/string.rb, line 86
def self.type_error(object)
  raise ArgumentError, "Unexpected type #{object.class}"
end