Add builder pattern for paragraph, lists, tables
This commit is contained in:
9
lib/ezdoc/nodes/base.rb
Normal file
9
lib/ezdoc/nodes/base.rb
Normal file
@@ -0,0 +1,9 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
module Ezdoc
|
||||
module Nodes
|
||||
class Base
|
||||
# Base class for all document nodes
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user