rubyworks / facets

Ruby Facets
http://rubyworks.github.com/facets
Other
798 stars 100 forks source link

Module#pathize and #methodize #7

Open rubyworks opened 14 years ago

rubyworks commented 14 years ago

Consider if these work as they should. Currently camelcase becomes snakecase and module separators become double undescores __. This insures the names can be converted in either direction, but perhaps that isn't necessary?

ioquatix commented 8 years ago

Looks like this has already been fixed. Module separator :: became / for directory separator. Vote to close.

ioquatix commented 8 years ago

@trans