Sha256: 6b9d24afdf57da510ec7a4c60ce618eaa867d4de05a168936bae1f7a2094f721
Contents?: true
Size: 336 Bytes
Versions: 10
Compression:
Stored size: 336 Bytes
Contents
<% instance_methods.each do |method| -%> def <%= method.name %><%= "(#{method.arguments})" unless method.arguments.blank? %> <%= method.body %> end <% end -%> <% class_methods.each do |method| -%> def self.<%= method.name %><%= "(#{method.arguments})" unless method.arguments.blank? %> <%= method.body %> end <% end -%>
Version data entries
10 entries across 10 versions & 1 rubygems