class SDL::Exporters::SchemaExporter

Public Instance Methods

export_schema_to_file(path) click to toggle source
# File lib/sdl/exporters/schema_exporter.rb, line 2
def export_schema_to_file(path)
  export_to_file path, export_schema
end