diff options
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/prism/node_ext.rb | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/prism/node_ext.rb b/lib/prism/node_ext.rb index a9a0115a09..c0f485f675 100644 --- a/lib/prism/node_ext.rb +++ b/lib/prism/node_ext.rb @@ -57,13 +57,6 @@ module Prism private_constant :HeredocQuery - class FloatNode < Node - # Returns the value of the node as a Ruby Float. - def value - Float(slice) - end - end - class ImaginaryNode < Node # Returns the value of the node as a Ruby Complex. def value |
