The Artima Developer Community
Sponsored Link

Ruby Buzz Forum
Ruby Classes as Directories, Methods as Files

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Red Handed

Posts: 1158
Nickname: redhanded
Registered: Dec, 2004

Red Handed is a Ruby-focused group blog.
Ruby Classes as Directories, Methods as Files Posted: Mar 23, 2006 9:14 PM
Reply to this message Reply

This post originated from an RSS feed registered with Ruby Buzz by Red Handed.
Original Post: Ruby Classes as Directories, Methods as Files
Feed Title: RedHanded
Feed URL: http://redhanded.hobix.com/index.xml
Feed Description: sneaking Ruby through the system
Latest Ruby Buzz Posts
Latest Ruby Buzz Posts by Red Handed
Latest Posts From RedHanded

Advertisement

A fantastic hack by Shinichiro H! You can pretend to read all about it, tangled in the Japanese, and at least you can nod at the code:

 $ ruby rubyfs.rb /mnt/ruby
 $ cd /mnt/ruby
 $ cat Time/now
 Thu Mar 23 18:12:35 EST 2006
 $ ls Array
 .. a list of all Array methods ..

This is for you Linux kids only. Compile and load the FUSE kernel module. Install FuseFS. Run rubyfs.rb. We’ve been through this once with RailsFS, this extension’s a classic.

Read: Ruby Classes as Directories, Methods as Files

Topic: Integration tests in RoR 1.1 Previous Topic   Next Topic Topic: “Blog” apartments in Taipei

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use