class Dflat::Version::Empty
Public Class Methods
mkdir(path, integer = 0777, args = {})
click to toggle source
Calls superclass method
# File lib/dflat/version.rb, line 34 def self.mkdir path, integer = 0777, args = {} super path, integer File.open(File.join(path, 'empty.txt')) do |f| f << "empty" end end
Public Instance Methods
list()
click to toggle source
# File lib/dflat/version.rb, line 41 def list [] end