Module: Thrifty
- Defined in:
- lib/thrifty.rb,
lib/thrifty/version.rb
Defined Under Namespace
Classes: Manager, ThriftFile
Constant Summary collapse
- VERSION =
"0.0.8"
Class Method Summary collapse
Class Method Details
.manager ⇒ Object
12 13 14 |
# File 'lib/thrifty.rb', line 12 def self.manager @manager ||= Thrifty::Manager.new end |