Class: Baykit::BayServer::BayMessage
- Inherits:
-
Object
- Object
- Baykit::BayServer::BayMessage
- Includes:
- Util
- Defined in:
- lib/baykit/bayserver/bay_message.rb
Constant Summary collapse
Class Method Summary collapse
Class Method Details
.get(key, *args) ⇒ Object
15 16 17 |
# File 'lib/baykit/bayserver/bay_message.rb', line 15 def self.get(key, *args) @@msg.get(key, *args) end |
.init(conf_name, locale) ⇒ Object
11 12 13 |
# File 'lib/baykit/bayserver/bay_message.rb', line 11 def self.init(conf_name, locale) @@msg.init(conf_name, locale) end |