Sha256: 28c05a1dc1b5004e6beccbe80dedc9a2786ba50c51f081ef7916bd9aba4c2829

Contents?: true

Size: 157 Bytes

Versions: 3

Compression:

Stored size: 157 Bytes

Contents

module Fonte
  module Nodes
    class IpNode < Treetop::Runtime::SyntaxNode
      def value
        URI.parse("//" + text_value)
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
fonte-0.2.0 lib/fonte/nodes/ip_node.rb
fonte-0.1.0 lib/fonte/nodes/ip_node.rb
fonte-0.0.1 lib/fonte/nodes/ip_node.rb