Class: Dir
Class Method Summary collapse
Instance Method Summary collapse
- #pwd ⇒ Object (also: #getwd)
Class Method Details
.[](glob) ⇒ Object
5 6 7 |
# File 'opal/stdlib/nodejs/dir.rb', line 5 def self.[] glob `__glob__.sync(#{glob})` end |
Instance Method Details
#pwd ⇒ Object Also known as: getwd
9 10 11 |
# File 'opal/stdlib/nodejs/dir.rb', line 9 def pwd `process.cwd()` end |