Sha256: 26e7ba0c50e8229f1ad95b3c718c65f83511ad3ed966055a2b85be9d98fffed5

Contents?: true

Size: 426 Bytes

Versions: 5

Compression:

Stored size: 426 Bytes

Contents

# coding: utf-8
if params.length > 0 && files.length > 0
  [
    [
      "「(#{files.join('|')})」ファイルに「(#{params.join('|')})」という名前が出現したのはいつ?",
      'git blame #{$1} | grep #{$2}'
    ],
    [
      "「(#{params.join('|')})」という名前が「(#{files.join('|')})」ファイルに出現したのはいつ?",
      'git blame #{$2} | grep #{$1}'
    ]
  ]
else
  nil
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
githelp-0.1.4 data/appear.rb
githelp-0.1.3 data/appear.rb
githelp-0.1.2 data/appear.rb
githelp-0.1.1 data/appear.rb
githelp-0.1.0 data/appear.rb