module TFSGraph::Extensions

Public Instance Methods

base_class_name() click to toggle source
# File lib/tfs_graph/extensions.rb, line 14
def base_class_name
  self.class.base_class_name
end

Private Instance Methods

add_behavior(repo, additions) click to toggle source
# File lib/tfs_graph/extensions.rb, line 19
def add_behavior(repo, additions)
  repo.extend additions
end
constantize(string) click to toggle source
# File lib/tfs_graph/extensions.rb, line 23
def constantize(string)
  string.constantize
end