Giter Club home page Giter Club logo

Comments (3)

evolve75 avatar evolve75 commented on August 25, 2024

Nathan,

Can you let me know the version of RubyTree (as well as the version of Ruby) that you are using? I am unable to replicate this issue using the current version of RubyTree (v0.8.3) on Ruby 1.8.7 as well as on Ruby 1.9.3.

irb(main):001:0> require 'tree'
=> true
irb(main):002:0> p Tree::VERSION
"0.8.3"
=> "0.8.3"
irb(main):006:0> trunk = Tree::TreeNode.new("trunk")
=> Node Name: trunk Content:  Parent: <None> Children: 0 Total Nodes: 1
irb(main):007:0> trunk << Tree::TreeNode.new("branch")
=> Node Name: branch Content:  Parent: trunk Children: 0 Total Nodes: 1
irb(main):008:0> trunk["branch"] << Tree::TreeNode.new("twig")
=> Node Name: twig Content:  Parent: branch Children: 0 Total Nodes: 1
irb(main):009:0> p trunk
Node Name: trunk Content:  Parent: <None> Children: 1 Total Nodes: 3
=> Node Name: trunk Content:  Parent: <None> Children: 1 Total Nodes: 3
irb(main):010:0> p trunk["branch"]["twig"]
Node Name: twig Content:  Parent: branch Children: 0 Total Nodes: 1
=> Node Name: twig Content:  Parent: branch Children: 0 Total Nodes: 1
irb(main):011:0>

from rubytree.

Nathan2484 avatar Nathan2484 commented on August 25, 2024

Ruby version is 1.9.3p286, Ruby Tree version is 0.8.3

Thank you and have a great day!

Nathan Mitchell

From: Anupam Sengupta [mailto:[email protected]]
Sent: Sunday, December 23, 2012 3:44 PM
To: evolve75/RubyTree
Cc: Nathan2484
Subject: Re: [RubyTree] Cannot access Node by Name unless name is all upcase (#15)

Nathan,

Can you let me know the version of RubyTree (as well as the version of Ruby) that you are using? I am unable to replicate this issue using the current version of RubyTree (v0.8.3) on Ruby 1.8.7 as well as on Ruby 1.9.3.

irb(main):001:0> require 'tree'
=> true
irb(main):002:0> p Tree::VERSION
"0.8.3"
=> "0.8.3"
irb(main):006:0> trunk = Tree::TreeNode.new("trunk")
=> Node Name: trunk Content: Parent: Children: 0 Total Nodes: 1
irb(main):007:0> trunk << Tree::TreeNode.new("branch")
=> Node Name: branch Content: Parent: trunk Children: 0 Total Nodes: 1
irb(main):008:0> trunk["branch"] << Tree::TreeNode.new("twig")
=> Node Name: twig Content: Parent: branch Children: 0 Total Nodes: 1
irb(main):009:0> p trunk
Node Name: trunk Content: Parent: Children: 1 Total Nodes: 3
=> Node Name: trunk Content: Parent: Children: 1 Total Nodes: 3
irb(main):010:0> p trunk["branch"]["twig"]
Node Name: twig Content: Parent: branch Children: 0 Total Nodes: 1
=> Node Name: twig Content: Parent: branch Children: 0 Total Nodes: 1
irb(main):011:0>


Reply to this email directly or view it on GitHub #15 (comment) .

https://github.com/notifications/beacon/_6ZUijVAX99I9AklNYFkoylmlTWEJd8ep2GH-IrM_Mz180L8wkFE0x4fs7bD5Rnx.gif

from rubytree.

ByScripts avatar ByScripts commented on August 25, 2024

Works correctly for me on RubyTree 0.8.3 @ Ruby 1.9.3-p327

from rubytree.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.