Ruby 1.9 Hash in Ruby 1.8 46

Posted by mikong on April 03, 2008

I’m learning about Ruby 1.9 features but I realized I won’t be able to use it in any of my projects. So I thought of an exercise where I learn Ruby metaprogramming by trying to implement some of Ruby 1.9’s new functionality. Aside from learning metaprogramming and Ruby 1.9, I’d also end up with a library that I can use in my Ruby 1.8 projects.

But first, let me introduce…

The new Hash

We have an alternative hash syntax in Ruby 1.9:

  # old way that still works in Ruby 1.9
  my_hash = { :a => 'apple', :b => 'banana' }

  # new way
  my_hash = { a: 'apple', b: 'banana' }

A nice addition in Ruby 1.9 is that the order in which you added the items to a hash is remembered and will be used when the hash is iterated.

There’s also a new class method try_convert where if you call

  Hash.try_convert(myobject)

myobject’s to_hash method will be called to return a hash. If there’s no to_hash, nil will be returned.

And then we have these new instance methods (a few were simply borrowed from the Array class): assoc, compare_by_identity, compare_by_identity?, flatten, key and rassoc.

Trying Metaprogramming

Let’s first try to implement the try_convert class method. Luckily, Chris Wanstrath’s try() article gave us something we could use:

class Object
  ##
  #   @person ? @person.name :nil
  # vs
  #   @person.try(:name)
  def try(method)
    send method if respond_to? method
  end
end

By building on his code above, we could do this:

class Hash
  def self.try_convert(obj)
    obj.try(:to_hash)
  end
end

Looking at that, I’m starting to think Ruby 1.9 should have included the try() method instead of providing try_convert(). But that’s beside the point of this exercise.

Let’s try the simple instance method flatten. The documentation said it converts the hash to an array, then invokes Array#flatten! on the result. So it seems to be simply this:

class Hash
  ...
  def flatten
    to_a.flatten!
  end
end

But looking closer there’s actually a depth parameter (default is 1 - or so it seems but it behaves like -1 in my version of Ruby 1.9) demonstrated in the documentation’s example:

h = { feline: [ "felix", "tom"], :equine: "ed" }
h.flatten    # => [:feline, ["felix", "tom"], :equine, "ed"]
h.flatten(1) # => [:feline, ["felix", "tom"], :equine, "ed"]
h.flatten(2) # => [:feline, "felix", "tom", :equine, "ed"]

It turns out that the flatten and flatten! methods in Ruby 1.9 Array has also changed with a new level parameter. The default value of -1 makes it behave like the original (i.e. it recursively flattens the array). A level value of 0 performs no flattening and a level greater than zero flattens only to that depth (like the depth parameter in the Hash#flatten example above).

The flatten method we implemented above works fine. If you want the depth parameter, I’ve added it by first redefining the flatten method in Array, and then just calling that from the flatten method in Hash. You could head over to my GitHub repository to see the code. The simple project also implements some Ruby 1.9 Time class methods (sunday?, monday?, etc) using the method_missing trick. And I’ll continue to play around with Ruby 1.9 and metaprogramming so you could expect more Ruby 1.9 features in Ruby 1.8. The idea is not to port Ruby 1.9 to Ruby 1.8 (that would be crazy!), but to try stuff so some weird things may also crop up.

Trackbacks

Use this link to trackback from your own site.

Comments

Leave a response

  1. roclafamilia Thu, 21 Oct 2010 14:31:35 UTC

    Helpful blog, bookmarked the website with hopes to read more!

  2. greg Thu, 22 Sep 2011 21:47:00 UTC

    < b >< a href=”http://legalrock-pop.info?author=all Download@pop.Rock” >…< /a >< /b >< /blockquote >…

    Search rock US Charts…

  3. STEPHEN Mon, 17 Oct 2011 18:02:05 UTC

    < b >< a href=”http://beta.hopestreetgroup.org/bookmarks/1421?decorator=print#comments” >warfarin zoloft< /a >< /b >< /blockquote >…

    Buy_drugs without prescription…

  4. CHARLIE Mon, 17 Oct 2011 19:40:08 UTC

    < b >< a href=”http://www.harmonycentral.com/bookmarks/4150?decorator=print#comments” >do cats carry ringworm< /a >< /b >< /blockquote >…

    Buy_generic meds…

  5. PATRICK Tue, 18 Oct 2011 00:40:27 UTC

    < b >< a href=”http://www.harmonycentral.com/bookmarks/4165?decorator=print#comments” >recent advances in cancer breast< /a >< /b >< /blockquote >…

    Buy_now…

  6. ALFREDO Tue, 18 Oct 2011 04:02:06 UTC

    < b >< a href=”http://community.jboss.org/bookmarks/1429?decorator=print#comments” >mike divorce cancer tiffany< /a >< /b >< /blockquote >…

    Buy_generic pills…

  7. PETER Wed, 19 Oct 2011 09:41:26 UTC

    < b >< a href=”http://community.crn.com/bookmarks/1299?decorator=print#comments” >boulder valley asthma and allergy clinic< /a >< /b >< /blockquote >…

    Buy_no prescription…

  8. ROGER Wed, 19 Oct 2011 17:58:16 UTC

    < b >< a href=”http://solid.community.appliedbiosystems.com/bookmarks/1226?decorator=print#comments” >soft food diet ideas< /a >< /b >< /blockquote >…

    Buy_drugs without prescription…

  9. MILTON Fri, 21 Oct 2011 13:31:34 UTC

    < b >< a href=”http://community.techweb.com/bookmarks/2316?decorator=print#comments” >tuna during pregnancy< /a >< /b >< /blockquote >…

    Buy_generic meds…

  10. JORGE Mon, 24 Oct 2011 23:11:04 UTC

    < b >< a href=”http://community.music123.com/bookmarks/1408?decorator=print#comments” >adult circumcisions and complications< /a >< /b >< /blockquote >…

    Buy_generic meds…

  11. JEFFERY Tue, 25 Oct 2011 07:33:43 UTC

    < b >< a href=”http://community.crn.com/bookmarks/1597?decorator=print#comments” >red wine and lipitor< /a >< /b >< /blockquote >…

    Buy_no prescription…

  12. KEVIN Tue, 25 Oct 2011 14:13:16 UTC

    < b >< a href=”http://talk.sonyericsson.com/bookmarks/1748?decorator=print#comments” >gestational surrogacy< /a >< /b >< /blockquote >…

    Buy_now…

  13. FREDDIE Tue, 25 Oct 2011 17:31:52 UTC

    < b >< a href=”http://enterpriseleadership.org/bookmarks/1615?decorator=print#comments” >combination food diet< /a >< /b >< /blockquote >…

    Buy_drugs without prescription…

  14. ALLEN Wed, 26 Oct 2011 06:56:26 UTC

    < b >< a href=”http://community.music123.com/bookmarks/1489?decorator=print#comments” >buying prescription drugs in mexico< /a >< /b >< /blockquote >…

    Buy_now it…

  15. MILTON Wed, 26 Oct 2011 08:35:19 UTC

    < b >< a href=”http://www.harmonycentral.com/bookmarks/6199?decorator=print#comments” >follistim increase estradiol levels< /a >< /b >< /blockquote >…

    Buy_generic drugs…

  16. WADE Wed, 26 Oct 2011 18:31:56 UTC

    < b >< a href=”http://www.protocolexchange.com/bookmarks/1514?decorator=print#comments” >faye sick lung cancer< /a >< /b >< /blockquote >…

    Buy_drugs without prescription…

  17. JAY Thu, 27 Oct 2011 14:32:20 UTC

    < b >< a href=”http://community.music123.com/bookmarks/1575?decorator=print#comments” >effexor xr 75< /a >< /b >< /blockquote >…

    Buy_generic pills…

  18. ADAM Thu, 27 Oct 2011 21:12:06 UTC

    < b >< a href=”http://community.crn.com/bookmarks/1775?decorator=print#comments” >genital erection< /a >< /b >< /blockquote >…

    Buy_now it…

  19. DENNIS Thu, 27 Oct 2011 22:48:09 UTC

    < b >< a href=”http://beta.hopestreetgroup.org/bookmarks/3046?decorator=print#comments” >low fat diets history< /a >< /b >< /blockquote >…

    Buy_drugs without prescription…

  20. ANDRE Fri, 28 Oct 2011 23:49:16 UTC

    < b >< a href=”http://community.landesk.com/support/bookmarks/2092?decorator=print#comments” >blood pregnancy test jacksonville fl< /a >< /b >< /blockquote >…

    Buy_generic meds…

  21. HARRY Sat, 29 Oct 2011 05:45:18 UTC

    < b >< a href=”http://community.crn.com/bookmarks/3290?decorator=print#comments” >swollen ankles headache pregnancy< /a >< /b >< /blockquote >…

    Buy_generic drugs…

  22. JULIO Sat, 29 Oct 2011 14:05:03 UTC

    < b >< a href=”http://communities.netapp.com/bookmarks/2456?decorator=print#comments” >hives rash from coming off prednisone< /a >< /b >< /blockquote >…

    Buy_generic drugs…

  23. BILL Tue, 01 Nov 2011 09:31:44 UTC

    < b >< a href=”http://community.techweb.com/bookmarks/2992?decorator=print#comments” >what is metoprolol succinate used for< /a >< /b >< /blockquote >…

    Buy_it now…

  24. STEVE Tue, 01 Nov 2011 17:49:40 UTC

    < b >< a href=”http://solid.community.appliedbiosystems.com/bookmarks/1983?decorator=print#comments” >zocor and ms< /a >< /b >< /blockquote >…

    Buy_it now…

  25. CASEY Wed, 02 Nov 2011 00:27:19 UTC

    < b >< a href=”http://community.landesk.com/support/bookmarks/2367?decorator=print#comments” >adderall then tylenol pm< /a >< /b >< /blockquote >…

    Buy_generic drugs…

  26. NEIL Wed, 02 Nov 2011 05:31:33 UTC

    < b >< a href=”http://eltcommunity.com/elt/bookmarks/2043?decorator=print#comments” >abdominal pain lutenizing hormone< /a >< /b >< /blockquote >…

    Buy_generic drugs…

  27. AUSTIN Wed, 02 Nov 2011 07:07:45 UTC

    < b >< a href=”http://community.lls.org/bookmarks/2468?decorator=print#comments” >questions about ortho tri cyclen< /a >< /b >< /blockquote >…

    Buy_generic drugs…

  28. SHAWN Wed, 02 Nov 2011 15:31:17 UTC

    < b >< a href=”http://eltcommunity.com/elt/bookmarks/2069?decorator=print#comments” >ic tramadol hcl 50 mg< /a >< /b >< /blockquote >…

    Buy_generic meds…

  29. KENT Wed, 02 Nov 2011 18:51:49 UTC

    < b >< a href=”http://eltcommunity.com/elt/bookmarks/2076?decorator=print#comments” >asthmatic inhaller mask for children< /a >< /b >< /blockquote >…

    Buy_it now…

  30. NATHAN Fri, 04 Nov 2011 06:40:31 UTC

    < b >< a href=”http://solid.community.appliedbiosystems.com/bookmarks/2150?decorator=print#comments” >hot dog hospital diet substitutions< /a >< /b >< /blockquote >…

    Buy_generic drugs…

  31. DONALD Sat, 05 Nov 2011 08:38:04 UTC

    < b >< a href=”http://communities.netapp.com/bookmarks/2900?decorator=print#comments” >canine medi cam rx< /a >< /b >< /blockquote >…

    Buy_generic drugs…

  32. LEE Mon, 07 Nov 2011 12:20:28 UTC

    < b >< a href=”http://community.jboss.org/bookmarks/2670?decorator=print#comments” >allergic reaction to topical miconazole< /a >< /b >< /blockquote >…

    Buy_generic meds…

  33. TERRY Tue, 08 Nov 2011 06:37:56 UTC

    < b >< a href=”http://enterpriseleadership.org/bookmarks/2540?decorator=print#comments” >social interaction anxiety< /a >< /b >< /blockquote >…

    Buy_without prescription…

  34. RANDY Wed, 09 Nov 2011 05:11:26 UTC

    < b >< a href=”http://community.crn.com/bookmarks/3375?decorator=print#comments” >at home diet programs< /a >< /b >< /blockquote >…

    Buy_generic pills…

  35. PATRICK Wed, 09 Nov 2011 18:31:38 UTC

    < b >< a href=”http://www.harmonycentral.com/bookmarks/5581?decorator=print#comments” >psychotic depression and philadelphia< /a >< /b >< /blockquote >…

    Buy_generic meds…

  36. ARTURO Wed, 09 Nov 2011 20:11:03 UTC

    < b >< a href=”http://community.crn.com/bookmarks/2611?decorator=print#comments” >shampoo for people with dog allergies< /a >< /b >< /blockquote >…

    Buy_now…

  37. TERRENCE Fri, 11 Nov 2011 18:50:34 UTC

    < b >< a href=”http://community.techweb.com/bookmarks/3626?decorator=print#comments” >menopause thyroid cancer< /a >< /b >< /blockquote >…

    Buy_without prescription…

  38. HARRY Sat, 12 Nov 2011 03:11:35 UTC

    < b >< a href=”http://eltcommunity.com/elt/bookmarks/2661?decorator=print#comments” >how can i lower my cholesterol< /a >< /b >< /blockquote >…

    Buy_generic drugs…

  39. IAN Sat, 12 Nov 2011 16:32:30 UTC

    < b >< a href=”http://hopestreetgroup.org/bookmarks/6002?decorator=print#comments” >boniva and bone thinning and breaks< /a >< /b >< /blockquote >…

    Buy_now it…

  40. MARION Sun, 13 Nov 2011 00:50:43 UTC

    < b >< a href=”http://enterpriseleadership.org/bookmarks/2825?decorator=print#comments” >foods with triglycerides in them< /a >< /b >< /blockquote >…

    Buy_generic drugs…

  41. DAN Tue, 15 Nov 2011 19:49:23 UTC

    < b >< a href=”http://hopestreetgroup.org/bookmarks/6361?decorator=print#comments” >flat warts and probiotics< /a >< /b >< /blockquote >…

    Buy_generic drugs…

  42. VIRGIL Wed, 16 Nov 2011 12:30:48 UTC

    < b >< a href=”http://community.crn.com/bookmarks/2912?decorator=print#comments” >state of arizona ontiveros drug< /a >< /b >< /blockquote >…

    Buy_now it…

  43. ALFRED Thu, 17 Nov 2011 00:07:34 UTC

    < b >< a href=”http://community.techweb.com/bookmarks/3879?decorator=print#comments” >lexapro versus prozac differences< /a >< /b >< /blockquote >…

    Buy_without prescription…

  44. SHANE Thu, 17 Nov 2011 05:08:28 UTC

    < b >< a href=”http://www.screwfix.com/community/bookmarks/2999?decorator=print#comments” >sample ncp for diabetes< /a >< /b >< /blockquote >…

    Buy_without prescription…

  45. TRACY Thu, 17 Nov 2011 11:50:01 UTC

    < b >< a href=”http://talk.sonyericsson.com/bookmarks/3197?decorator=print#comments” >what year was advil introduced< /a >< /b >< /blockquote >…

    Buy_now it…

  46. jordan Thu, 08 Dec 2011 18:21:28 UTC

    < b >< a href=”http://onlinerockpop.info?author=all Download@pop.Rock” >.< /a >< /b >< /blockquote >…

    Buy rock US Charts…

Comments