class StructCore::Specfile::HookScript

Attributes

script_path[RW]

Public Class Methods

new(script_path) click to toggle source
# File lib/spec/spec_file.rb, line 211
def initialize(script_path)
        @script_path = script_path
end