Sha256: 777672a5652e55729b84a358c822e167b418daa3f84a4f79db9431a453c7fddc

Contents?: true

Size: 154 Bytes

Versions: 3

Compression:

Stored size: 154 Bytes

Contents

module Fonte
  module Nodes
    class SingleWordNode < Treetop::Runtime::SyntaxNode
      def value
        quoted_word.value
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

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