Class: Jb::TemplateResult

Inherits:
SimpleDelegator
  • Object
show all
Defined in:
lib/jb/action_view_monkeys.rb

Overview

A wrapper class for template result that makes ‘to_s` method do nothing

Instance Method Summary collapse

Instance Method Details

#to_sObject



18
19
20
# File 'lib/jb/action_view_monkeys.rb', line 18

def to_s
  __getobj__
end