ruby

package
v0.0.0-...-9ffb814 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 8, 2021 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Overview

https://github.com/goruby/goruby/blob/43c93d4f2611780d923d8616b9aed61bd013384b/parser/interface.go#L61 https://github.com/goruby/goruby/blob/43c93d4f2611780d923d8616b9aed61bd013384b/object/kernel.go#L186

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Parse

func Parse(fileName string, content string, registry *yard.Registry)

Parse Parses a puppet language file

Types

type PuppetFunction

type PuppetFunction struct {
	Name string `json:"name"`
	File string `json:"file"`
	Line int    `json:"line"`
}

PuppetFunction blah

type YardVisitor

type YardVisitor struct {
	Registry *yard.Registry
	Root     *ast.Program
}

YardVisitor blah

func (*YardVisitor) Visit

func (v *YardVisitor) Visit(node ast.Node) ast.Visitor

Visit blah

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL