Method: RIO::FS::Native#initialize
- Defined in:
- lib/rio/fs/native.rb
#initialize(*args) ⇒ Native
Returns a new instance of Native.
45 46 47 48 49 50 51 52 53 |
# File 'lib/rio/fs/native.rb', line 45 def initialize(*args) @file = ::File @test = ::FileTest @dir = ::Dir require 'pathname' @path = ::Pathname require 'fileutils' @util = ::FileUtils end |