# File lib/new_relic/coerce.rb, line 15 def int(value, context=nil) Integer(value) rescue => error log_failure(value, Integer, context, error) 0 end