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