module Archlinux::CreateHelper
Public Instance Methods
create(v, config: Archlinux.config)
click to toggle source
# File lib/aur/helpers.rb, line 45 def create(v, config: Archlinux.config) v.is_a?(self) ? v : self.new(v, config: config) end