class Symbol

Public Instance Methods

/(other) click to toggle source
# File lib/forward_slash/core_ext/symbol.rb, line 2
def /(other)
  other
end