Sha256: ed58ec63966f8f9e25eb29c615a1bb6654e5276cd6be3fa287590df19b4abed5

Contents?: true

Size: 154 Bytes

Versions: 8

Compression:

Stored size: 154 Bytes

Contents

class Jets::Router::MethodCreator
  class Show < Code
    def meth_name
      join(singularize(full_as), singularize(method_name_leaf))
    end
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
jets-2.1.1 lib/jets/router/method_creator/show.rb
jets-2.1.0 lib/jets/router/method_creator/show.rb
jets-2.0.6 lib/jets/router/method_creator/show.rb
jets-2.0.5 lib/jets/router/method_creator/show.rb
jets-2.0.4 lib/jets/router/method_creator/show.rb
jets-2.0.3 lib/jets/router/method_creator/show.rb
jets-2.0.1 lib/jets/router/method_creator/show.rb
jets-2.0.0 lib/jets/router/method_creator/show.rb