for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
module Koine
module Attributes
module Adapter
class Integer < Base
def coerce(value)
Integer(value)
end