Sha256: a1ff9b4b8222bcf4e7bc8a9f2942486021698f25e0ae2841db477e812f7ae19a
Contents?: true
Size: 332 Bytes
Versions: 2
Compression:
Stored size: 332 Bytes
Contents
<p> Use <code><pre></code> for multiple lines of code. Be sure to escape any angle brackets in the code for proper rendering. </p> <pre> def find(*file_names) pathname.ascend do |path| file_name = file_names.detect { |fn| path.join(fn).file? } break path.join(file_name) if file_name end end </pre>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
style-guide-0.2.1 | app/views/style_guide/partials/_code_blocks.erb |
style-guide-0.2.0 | app/views/style_guide/partials/_code_blocks.erb |