module Debeasy
Constants
- VERSION
Public Class Methods
read(path)
click to toggle source
Read a package file; returns a Debeasy::Package
object.
# File lib/debeasy.rb, line 7 def self.read(path) Debeasy::Package.new(path) end