GeekchanskiY / THEORY

10 stars 0 forks source link

Monkey patching super #19

Open GeekchanskiY opened 3 months ago

GeekchanskiY commented 3 months ago

class Array def map puts "map" super end end

GeekchanskiY commented 3 months ago

it cant be in a single file