class Rodot::ApplicationDB

Attributes

file[RW]

Public Class Methods

new(file) click to toggle source
# File lib/rodot/application_db.rb, line 4
def initialize(file)
  @file = file
end