class FPM::Fry::Recipe::Step
A FPM::Fry::Recipe::Step
is a named build step.
Public Instance Methods
to_s()
click to toggle source
# File lib/fpm/fry/recipe.rb, line 21 def to_s value.to_s end
A FPM::Fry::Recipe::Step
is a named build step.
# File lib/fpm/fry/recipe.rb, line 21 def to_s value.to_s end