class Schema2plantuml

Constants

VERSION

Public Class Methods

new(schema_file_path = 'schema.rb') click to toggle source
# File lib/schema2plantuml.rb, line 5
def initialize(schema_file_path = 'schema.rb')
  @schema_file_path = schema_file_path
end

Public Instance Methods

run() click to toggle source
# File lib/schema2plantuml.rb, line 9
def run
  load @schema_file_path
end