Class: RuPov::Methods::Include

Inherits:
MultiValue show all
Defined in:
lib/rupov.rb

Instance Attribute Summary

Attributes inherited from MultiValue

#name

Instance Method Summary collapse

Methods inherited from MultiValue

#set, #to_s

Constructor Details

#initialize(filename) ⇒ Include

Returns a new instance of Include.



594
595
596
# File 'lib/rupov.rb', line 594

def initialize( filename )
    super( ["\"#{filename}\""], '#include' )
end