Class: Float
- Inherits:
-
Object
- Object
- Float
- Defined in:
- lib/weechat/rubyext/float.rb
Class Method Summary collapse
Instance Method Summary collapse
Class Method Details
.from_weechat_config(v) ⇒ Object
2 3 4 |
# File 'lib/weechat/rubyext/float.rb', line 2 def self.from_weechat_config(v) Float(v) end |
Instance Method Details
#to_weechat_config ⇒ Object
6 7 8 |
# File 'lib/weechat/rubyext/float.rb', line 6 def to_weechat_config to_s end |