Class: RDF::Tabular::Metadata::DebugContext
- Inherits:
-
Object
- Object
- RDF::Tabular::Metadata::DebugContext
- Includes:
- Utils
- Defined in:
- lib/rdf/tabular/metadata.rb
Instance Method Summary collapse
-
#initialize(*args, &block) ⇒ DebugContext
constructor
A new instance of DebugContext.
Methods included from Utils
Constructor Details
#initialize(*args, &block) ⇒ DebugContext
Returns a new instance of DebugContext.
1257 1258 1259 1260 |
# File 'lib/rdf/tabular/metadata.rb', line 1257 def initialize(*args, &block) @options = {} debug(*args, &block) end |