Ticket #75 (new enhancement)

Opened 19 months ago

Eliminate need for ".rb" on loaded program names

Reported by: Klondike Owned by: why
Keywords: Cc:

Description

It'd be simpler, and more like how Ruby's plain "require" works, to not have to put the .rb suffix on a program's name when you're loading it. Example:

Hacker("why").load_program("QuickyMark")
Note: See TracTickets for help on using tickets.