Ticket #6 (closed defect: fixed)
Undefine Kernel#sub method
| Reported by: | murphy@… | Owned by: | somebody |
|---|---|---|---|
| Priority: | trivial | Milestone: | |
| Component: | lib | Version: | |
| Keywords: | Cc: |
Description
The sub tag (subscript) is not callable because Ruby thinks you want Kernel#sub.
So undefine it along with #p and #select in builder.rb:
undef_method :sub
Change History
Note: See
TracTickets for help on using
tickets.