class NestedFile::FileGroup
Attributes
convert_path[RW]
file_glob[RW]
full_glob[RW]
parent_file[RW]
Public Instance Methods
to_s()
click to toggle source
# File lib/nested_file/file_group.rb, line 17 def to_s res = sections.join("\n") "<files #{file_glob}>\n#{res}\n</files>" end