class RakeVersion::Context

Attributes

root[R]

Public Class Methods

new(root) click to toggle source
# File lib/rake-version/context.rb, line 7
def initialize root
  @root = root
end