mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 22:57:16 -04:00
9 lines
No EOL
261 B
Ruby
9 lines
No EOL
261 B
Ruby
module Merb
|
|
module Session
|
|
|
|
# The Merb::Session module gets mixed into Merb::SessionContainer to allow
|
|
# app-level functionality; it will be included and methods will be available
|
|
# through request.session as instance methods.
|
|
|
|
end
|
|
end |