2007
06.25
06.25
mmmm…. parser….
def foo( a = ( def foo; puts "BAR"; end; method(:foo) ) ) puts "FOO" a.call end
can’t say it’s all that safe for “production use” though.
homo loquax nonnumquam sapiens
mmmm…. parser….
def foo( a = ( def foo; puts "BAR"; end; method(:foo) ) ) puts "FOO" a.call end
can’t say it’s all that safe for “production use” though.
No Comment.
Add Your Comment