class Smartdown::Api::DirectoryInput

Public Class Methods

new(coversheet_path) click to toggle source
Calls superclass method Smartdown::Parser::DirectoryInput::new
# File lib/smartdown/api/directory_input.rb, line 6
def initialize(coversheet_path)
  super(coversheet_path)
end