Sha256: 56a2c31bb3186c19f33cbe58264c1f1e5686133bfc3e5f519bee911c864aac33

Contents?: true

Size: 212 Bytes

Versions: 1

Compression:

Stored size: 212 Bytes

Contents

module Lono::Files::Concerns
  module Registration
    def call_line
      @caller.find do |line|
        line.include?(Lono.root.to_s)
      end
    end

    def marker
      "LONO://#{@path}"
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
lono-8.0.0.pre.rc3 lib/lono/files/concerns/registration.rb