Class: Proc

Inherits:
Object show all
Defined in:
lib/hash-utils/proc.rb

Overview

Proc extension.

Since:

  • 0.18.0

Instance Method Summary collapse

Instance Method Details

#proc?Boolean

Returns:

  • (Boolean)

Since:

  • 0.18.0



21
22
23
# File 'lib/hash-utils/proc.rb', line 21

def proc?
    true
end