AI
Size: a a a
AI
AI
AI
AI
AI
AI
AI
AI
K
class SomeService < Sinatra::Base
register ModuleExample::Example
end
module ModuleExample
module Example
def self.registered(app)
app.register Sinatra::Namespace
app.namespace '/any' do
post '/any' do
halt -> как здесь вызвать этот метод?
end
end
end
end
end
end
AA
AI
В