class Scheman::Parsers::Base
Public Class Methods
new(options = {})
click to toggle source
# File lib/scheman/parsers/base.rb, line 4 def initialize(options = {}) @options = options end
# File lib/scheman/parsers/base.rb, line 4 def initialize(options = {}) @options = options end