I'm writing code in a namespace where the File module exists (inside another module)
And I need to access the ruby File class.
In php this could be done like this: \File
How to do that in ruby?
|
I'm writing code in a namespace where the File module exists (inside another module) And I need to access the ruby File class. In php this could be done like this: \File How to do that in ruby? |
|||
|
|
|
I'm not sure what you're asking, but if you are inside of module |
|||
|
|