Class: Rake::FileList
- Inherits:
-
Object
- Object
- Rake::FileList
- Defined in:
- lib/cxxproject/ext/filelist.rb
Instance Attribute Summary collapse
-
#items ⇒ Object
Returns the value of attribute items.
-
#pending_add ⇒ Object
Returns the value of attribute pending_add.
Instance Attribute Details
#items ⇒ Object
Returns the value of attribute items.
4 5 6 |
# File 'lib/cxxproject/ext/filelist.rb', line 4 def items @items end |
#pending_add ⇒ Object
Returns the value of attribute pending_add.
3 4 5 |
# File 'lib/cxxproject/ext/filelist.rb', line 3 def pending_add @pending_add end |