Class: File

Inherits:
Object show all
Defined in:
opal/stdlib/file.rb

Constant Summary

SEPARATOR =
'/'

Class Method Summary collapse

Class Method Details

.expand_path(path) ⇒ Object



4
5
6
# File 'opal/stdlib/file.rb', line 4

def self.expand_path(path, *)
  path
end