Module: MustacheRender::RenderAble::NilMethods
- Defined in:
- lib/mustache_render/ables/render_able.rb
Instance Method Summary collapse
Instance Method Details
#to_mustache(options = {}) ⇒ Object
145 146 147 148 149 |
# File 'lib/mustache_render/ables/render_able.rb', line 145 def to_mustache ={} ::MustacheRender::Mustache::Data.new( :nil? => true ) end |