Class: Integer

Inherits:
Object show all
Defined in:
lib/weechat/rubyext/integer.rb

Class Method Summary collapse

Instance Method Summary collapse

Class Method Details

.from_weechat_config(v) ⇒ Object



2
3
4
# File 'lib/weechat/rubyext/integer.rb', line 2

def self.from_weechat_config(v)
  Integer(v)
end

Instance Method Details

#to_weechat_configObject



6
7
8
# File 'lib/weechat/rubyext/integer.rb', line 6

def to_weechat_config
  to_s
end