Method: CORL::Mixin::Builder::Instance#internal_path

Defined in:
lib/core/mixin/builder.rb

#internal_path(directory) ⇒ Object




146
147
148
# File 'lib/core/mixin/builder.rb', line 146

def internal_path(directory)
  directory.gsub(network.directory + "/", '')
end