module Minion::Util

Defined in:

minion/util.cr

Class Method Summary

Instance Method Summary

Class Method Detail

def self.string_from_string_or_array(val) #

Let it work if the method is used as a class method.


[View source]

Instance Method Detail

def string_from_string_or_array(val) : String #

Given an array or a string, return a string.


[View source]