module Kernel

Public Instance Methods

shard(shard_line) click to toggle source
# File lib/shard/kernel.rb, line 3
def shard(shard_line)
  Shard::Loader.load(shard_line)
end