class Elm::DependencyFound

Existing dependency file

Attributes

path[R]

Public Class Methods

new(path) click to toggle source
# File lib/elm/dependencies.rb, line 17
def initialize(path)
  @path = path

  self
end

Public Instance Methods

content() click to toggle source
# File lib/elm/dependencies.rb, line 24
def content
  File.read @path
end