# File lib/ruote/reader/radial.rb, line 173
        def initialize(key, val)
          @key = key.to_s.gsub(/-/, '_')
          @val = val
        end