Method: Cequel::Type::Int#cast

Defined in:
lib/cequel/type.rb

#cast(value) ⇒ Object

Since:

  • 1.0.0



327
328
329
# File 'lib/cequel/type.rb', line 327

def cast(value)
  Integer(value)
end