Class: TmsuRuby

Inherits:
Object
  • Object
show all
Extended by:
TmsuRubyInitializer
Defined in:
lib/tmsu_file_db.rb

Defined Under Namespace

Classes: TmsuFile

Class Method Summary collapse

Methods included from TmsuRubyInitializer

init_tmsu, start

Class Method Details

.dir(*args) ⇒ Object



352
353
354
# File 'lib/tmsu_file_db.rb', line 352

def self.dir(*args)
  file *args
end

.file(path = nil) ⇒ Object



348
349
350
# File 'lib/tmsu_file_db.rb', line 348

def self.file(path=nil)
  TmsuRuby::TmsuFile.new path
end