mirror of
https://github.com/KLayout/klayout.git
synced 2026-08-31 18:16:08 +02:00
6 lines
75 B
Ruby
6 lines
75 B
Ruby
|
|
def f
|
|
return "f: " + File.basename(__FILE__) + ":" + __LINE__.to_s
|
|
end
|
|
|