class DakeScheme::Scheme

Constants

PATTERN

Attributes

path[R]
src[R]
step[R]

Public Class Methods

new(scheme_part, path_part, step) click to toggle source
# File lib/dake/scheme.rb, line 5
def initialize(scheme_part, path_part, step)
  @src = scheme_part + path_part
  @path = path_part
  @step = step
end

Public Instance Methods

checksum() click to toggle source
# File lib/dake/scheme.rb, line 10
def checksum; end
exist?() click to toggle source
# File lib/dake/scheme.rb, line 12
def exist?; false end
mtime() click to toggle source
# File lib/dake/scheme.rb, line 11
def mtime; end