Sha256: f84d4aa810c38a5c67608148b2a963bf7d8127b6212ae2250a561edce84b9986

Contents?: true

Size: 243 Bytes

Versions: 2

Compression:

Stored size: 243 Bytes

Contents

---
filter: erb
---
<%% uv :lang => 'ruby', :line_numbers => false, :theme => 'twilight' do -%>
# This is a sample of Ruby code
#
class Object
  def returning( obj, &block )
    block.call obj
    return obj
  end
end
<%% end -%>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
webby-0.9.3-x86-mswin32 examples/presentation/templates/_code_partial.erb
webby-0.9.4-x86-mswin32 examples/presentation/templates/_code_partial.erb