class VersionManager::VersionUpdater
Public Instance Methods
call(update_type)
click to toggle source
# File lib/version_manager/version_updater.rb, line 6 def call update_type v = VersionFinder.new.call v.send(:"inc_#{update_type}") VersionWriter.new.call v end