class Symbol

Some extentions to the core Symbol class

Public Class Methods

generate(*_args) click to toggle source

Randomly generate a Symbol

@see String#generate @return [Symbol]

# File lib/ext_core.rb, line 32
def self.generate(*_args)
  String.generate.to_sym
end