class Alias::Alias

Attributes

run[RW]

Public Class Methods

new(run) click to toggle source
# File lib/alias.rb, line 68
def initialize(run)
    self.run = run
end

Public Instance Methods

run=(value) click to toggle source
# File lib/alias.rb, line 64
def run=(value)
    @run = value
end