class LinkedinV2::Files::Reader

Public Class Methods

call(path) click to toggle source
# File lib/linkedin_v2/files/reader.rb, line 4
def self.call(path)
  template_path = File.join(File.dirname(__FILE__), path)

  File.read(template_path)
end