class Symbol
Public Instance Methods
size()
click to toggle source
# File lib/termtter/system_extensions/core_compatibles.rb, line 18 def size self.to_s.size end
to_proc()
click to toggle source
# File lib/termtter/system_extensions/core_compatibles.rb, line 10 def to_proc Proc.new { |*args| args.shift.__send__(self, *args) } end