2
votes
Refactoring in Ruby
I believe net-beans and eclipse both support some refactoring within their 'ruby-mode' - also the emacs code browser (ECB) and the various ruby support tools (e.g. rinari) for emacs have some supp …
4
votes
Ruby - equivalent of Python __str__() method?
FWIW, inspect is probably more like __repr__() than __str__()
from the library reference...
repr( self)
Called by the repr …
1
vote
Ruby off the rails
I wrote an order processing expert system (see DSL answer as well), converted 100k lines of customer specific perl into about 10k lines of ruby handling dozens of customers. No web components at al …
