Module: Rutaci
- Defined in:
- lib/rutaci/setter.rb,
lib/rutaci.rb,
lib/rutaci/getter.rb,
lib/rutaci/source.rb,
lib/rutaci/renamer.rb,
lib/rutaci/formater.rb,
lib/rutaci/application.rb,
lib/rutaci/interaction.rb,
lib/rutaci/taglib_source.rb,
lib/rutaci/filename_source.rb
Overview
rutaci is a ruby tagger with a command line interface Copyright © 2008 Jonas Bähr <[email protected]>
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
Defined Under Namespace
Modules: Interaction Classes: Application, CommandlineSource, FilenameSource, Formater, Getter, Renamer, Setter, Source, TaglibSource
Class Method Summary collapse
Class Method Details
.application ⇒ Object
22 23 24 |
# File 'lib/rutaci.rb', line 22 def application @application ||= Rutaci::Application.new end |