Mirek wrote:
> class C
>   def open()
>     # how to call global open function from here?
>   end
> end
> 

Kernel::open


lopex