Implementing baked-in Ruby syntactic sugar via LINQ(tkachenko.com)

submitted by yesthatmcgurkyesthatmcgurk(4063) 4 years, 10 months ago

The flexibility and power of LINQ and extension methods in .NET 3.0 make it easy to emulate some of the baked-in functions of the Ruby language. Here's a short example of how to implement my fav Ruby method: to_s! using System.Linq; public static class RubyShizzle { public static string to_s(this object source) { return source.ToString(); } }

add a comment |category: |Views: 24

tags: another

new Add a live kick counter to your blog >> liveImage

You can even customize the image by choosing your own colors, and then clicking the button below to update the preview and the html code:

  • "Kick It" text
  • "Kick It" background
  • kick count text
  • kick count background
  • border

Simply copy and paste this HTML into your blog post.


Users who kicked this story:
Comments:

No comments so far

information Login or create an account to comment on this story