6 lines
70 B
Ruby
6 lines
70 B
Ruby
|
# frozen_string_literal: true
|
||
|
|
||
|
module Obredux
|
||
|
class Action; end
|
||
|
end
|