class Symbol

Public Class Methods

to_parse( other ) click to toggle source
# File lib/opium/extensions/symbol.rb, line 7
def to_parse( other )
  other.to_parse
end
to_ruby( other ) click to toggle source
# File lib/opium/extensions/symbol.rb, line 3
def to_ruby( other )
  other.to_sym if other
end