Sha256: 359c76a96463d18acf9bf16e8279efae7dc66ca0036bf5e830450da5361d0cb4

Contents?: true

Size: 190 Bytes

Versions: 101

Compression:

Stored size: 190 Bytes

Contents

class Knj::Fs::Filesystem
  def self.args
    return [
      {
        "title" => "Path",
        "name" => "texpath"
      }
    ]
  end
  
  def initialize(args)
    @args = args
  end
end

Version data entries

101 entries across 101 versions & 1 rubygems

Version Path
knjrbfw-0.0.9 lib/knj/fs/drivers/filesystem.rb