Class: String

Inherits:
Object
  • Object
show all
Defined in:
lib/ruby_make_script.rb

Instance Method Summary collapse

Instance Method Details

#from(*dependlist) ⇒ Object

Usage:

“‘ “file1” .from “file2” do

<your command here>

end “‘



127
128
129
# File 'lib/ruby_make_script.rb', line 127

def from(*dependlist)
    [self].from(*dependlist) { yield }
end