Module: CarnelianRuntime

Defined in:
lib/carnelian/runtime.rb

Overview


Copyright © Mårten Rånge.


This source code is subject to terms and conditions of the Microsoft Public License. A copy of the license can be found in the License.html file at the root of this distribution. If you cannot locate the Microsoft Public License, please send an email to [email protected]. By using this source code in any fashion, you are agreeing to be bound

by the terms of the Microsoft Public License.

You must not remove this notice, or any other, from this software.


Defined Under Namespace

Classes: Document

Class Method Summary collapse

Class Method Details

.create_documentObject



34
35
36
# File 'lib/carnelian/runtime.rb', line 34

def self.create_document
    Document.new
end