class Conpar::Directive::Comment

Class for a commented line

Constants

SIGNATURE

Public Class Methods

new(content="", options={}) click to toggle source
Calls superclass method Conpar::Directive::Base::new
# File lib/conpar/directive/comment.rb, line 7
def initialize(content="", options={})
  super
  @ilk = :comment
  @sub_ilk = "comment"
end