module Luggage
Constants
- VERSION
Public Class Methods
new(*args, &block)
click to toggle source
# File lib/luggage.rb, line 13 def self.new(*args, &block) Factory.new(*args, &block) end
# File lib/luggage.rb, line 13 def self.new(*args, &block) Factory.new(*args, &block) end