class
Listings::Listing
- Listings::Listing
- Reference
- Object
Overview
Represents a source code file to be syntax-highlighted
Defined in:
listings.crConstructors
Instance Method Summary
- #content : String
- #content=(content : String)
- #dependencies : Array(String)
- #dependencies=(dependencies : Array(String))
- #language : String
- #language=(language : String)
- #source : String
- #source=(source : String)
- #title : String
- #title=(title : String)