8 lines
113 B
Ruby
8 lines
113 B
Ruby
# frozen_string_literal: true
|
|
|
|
module BSD
|
|
end unless defined?(BSD)
|
|
|
|
module BSD::Capsicum
|
|
VERSION = "0.3.0"
|
|
end
|