class NetguruBootstrapper::StructureParser

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/netguru_bootstrapper/structure_parser.rb, line 6
def initialize
  path = File.expand_path('../../structure.yml', __FILE__)
  super(YAML.load_file(path))
end