<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - narkisr</title>
<link>http://snipplr.com/users/narkisr/tags/method</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Thu, 23 May 2013 11:45:00 GMT</pubDate>
<item>
<title>(Ruby) Groovy Map as Interface method in JRuby</title>
<link>http://snipplr.com/view/19279/groovy-map-as-interface-method-in-jruby/</link>
<description><![CDATA[ <p>Groovy has the as keyword which enables the implementation of a Java interface by using the as keyword, its quite easy to mimic this in JRuby.</p> ]]></description>
<pubDate>Fri, 04 Sep 2009 18:21:01 GMT</pubDate>
<guid>http://snipplr.com/view/19279/groovy-map-as-interface-method-in-jruby/</guid>
</item>
<item>
<title>(Ruby) Blank slate objects in Ruby</title>
<link>http://snipplr.com/view/13351/blank-slate-objects-in-ruby/</link>
<description><![CDATA[ <p>Creating a object that doesn't have any methods in Ruby (regular objects inherit methods from Object class), useful for Proxies that use method missing (http://onestepback.org/index.cgi/Tech/Ruby/BlankSlate.rdoc).</p> ]]></description>
<pubDate>Sat, 21 Mar 2009 19:27:42 GMT</pubDate>
<guid>http://snipplr.com/view/13351/blank-slate-objects-in-ruby/</guid>
</item>
<item>
<title>(Java) Cool Haskell functional magic (arrows)</title>
<link>http://snipplr.com/view/11504/cool-haskell-functional-magic-arrows/</link>
<description><![CDATA[ <p>Some really cool Haskell clustering function, the implementation uses Arrows (seen at http://debasishg.blogspot.com/2009/01/seeking-scala-equivalent-for-this.html).</p> ]]></description>
<pubDate>Sun, 25 Jan 2009 16:31:57 GMT</pubDate>
<guid>http://snipplr.com/view/11504/cool-haskell-functional-magic-arrows/</guid>
</item>
</channel>
</rss>