Method: Cequel::Type::Counter#cast

Defined in:
lib/cequel/type.rb

#cast(value) ⇒ Object

Since:

  • 1.0.0



271
272
273
# File 'lib/cequel/type.rb', line 271

def cast(value)
  Integer(value)
end