Class: Qrpm::Fragment::NilFragment

Inherits:
Fragment
  • Object
show all
Defined in:
lib/qrpm/fragment.rb

Overview

Nil value

Instance Attribute Summary

Attributes inherited from Fragment

#fragments, #source

Instance Method Summary collapse

Methods inherited from Fragment

#interpolate, parse, #signature, #to_s, #variables

Constructor Details

#initializeNilFragment



113
# File 'lib/qrpm/fragment.rb', line 113

def initialize() super(nil) end

Instance Method Details

#is_nil?Boolean



112
# File 'lib/qrpm/fragment.rb', line 112

def is_nil?() true end