Method: Aruba::Platforms::UnixPlatform#create_fixed_size_file
- Defined in:
- lib/aruba/platforms/unix_platform.rb
#create_fixed_size_file(*args) ⇒ Object
74 75 76 |
# File 'lib/aruba/platforms/unix_platform.rb', line 74 def create_fixed_size_file(*args) ArubaFixedSizeFileCreator.new.call(*args) end |