Class: Symbol

Inherits:
Object show all
Defined in:
lib/burlap/core_ext/symbol.rb

Instance Method Summary collapse

Instance Method Details

#to_burlapObject



2
3
4
5
# File 'lib/burlap/core_ext/symbol.rb', line 2

def to_burlap
  # Return the same as if we were a string
  self.to_s.to_burlap
end