Libraries
»
docker_distribution
(0.1.2)
»
Index
»
DockerDistribution
»
Helpers
»
from
Method: DockerDistribution::Helpers.from
Defined in:
lib/docker_distribution/helpers.rb
.
from
(str, index) ⇒
Object
49 50 51
# File 'lib/docker_distribution/helpers.rb', line 49
def
from
(
str
,
index
)
str
[
index
..
]
end