Class: Regexp

Inherits:
Object
  • Object
show all
Defined in:
lib/toughguy/ext.rb

Overview

Required for regexp to work in plucky 0.3.2. I don’t really see the point in this. See: plucky-0.3.2/lib/plucky/criteria_hash.rb:16

Instance Method Summary collapse

Instance Method Details

#duplicable?Boolean

Returns:

  • (Boolean)


60
61
62
# File 'lib/toughguy/ext.rb', line 60

def duplicable?
  false
end