mirror of https://github.com/KLayout/klayout.git
6 lines
75 B
Ruby
6 lines
75 B
Ruby
|
|
|
||
|
|
def f
|
||
|
|
return "f: " + File.basename(__FILE__) + ":" + __LINE__.to_s
|
||
|
|
end
|
||
|
|
|