8 lines
62 B
Ruby
8 lines
62 B
Ruby
module ProviderSubject
|
|
|
|
def provider
|
|
subject
|
|
end
|
|
|
|
end
|