class Symbol

Public Instance Methods

<=>(other) click to toggle source

ActiveModel serialization depends on this method

# File lib/ib/extensions.rb, line 54
def <=> other
  to_s <=> other.to_s
end
to_f() click to toggle source
# File lib/ib/extensions.rb, line 49
def to_f
  0
end