class Conpar::Directive::Empty

Class for line that contains only whitespace

Constants

SIGNATURE

Public Class Methods

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