Ticket #6 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

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

Changed 3 years ago by tec

  • status changed from new to closed
  • resolution set to fixed
Note: See TracTickets for help on using tickets.