class Rock::HTML::OSPackage
Representation of osdeps packages within the HTML generation code.
Attributes
data[R]
The osdep definition, as a list of file-to-osdep info
name[R]
The package name
Public Class Methods
new(name, data)
click to toggle source
# File lib/rock/html/os_package.rb, line 10 def initialize(name, data) @name = name @data = data end