Returns a new instance of Binary.
12 13 14 15 16
# File 'lib/freely/binary.rb', line 12 def initialize path @path = path @name = Tools.read_name path @dependencies = Tools.fyi(Dependency.from_path(path).map!{|d| d.track}) end