RuboCop::Cop
This cop checks for big numeric literals without _ between groups of digits in them.
# File lib/rubocop/cop/style/numeric_literals.rb, line 20 def on_float(node) check(node) end
# File lib/rubocop/cop/style/numeric_literals.rb, line 16 def on_int(node) check(node) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.