module Dependent2

Constants

VERSION

Public Class Methods

dependent1_version() click to toggle source

Your code goes here…

# File lib/dependent2.rb, line 6
def self.dependent1_version
  ::Dependent1.version
end
version() click to toggle source
# File lib/dependent2.rb, line 9
def self.version
  ::Dependent2::VERSION
end