Module: Kernel

Defined in:
lib/m3u8_generator.rb

Instance Method Summary collapse

Instance Method Details

#require_relative(path) ⇒ Object



11
12
13
# File 'lib/m3u8_generator.rb', line 11

def require_relative(path)
  require File.join(File.dirname(caller[0]), path.to_str)
end