Class: Object

Inherits:
BasicObject
Defined in:
lib/unresponsys/helpers.rb

Instance Method Summary collapse

Instance Method Details

#to_responsysObject



2
3
4
# File 'lib/unresponsys/helpers.rb', line 2

def to_responsys
  self.to_s
end

#to_rubyObject



6
7
8
# File 'lib/unresponsys/helpers.rb', line 6

def to_ruby
  self
end