Sha256: 85a363c5edadae15de04ea39a774001b88d750c22bfc1eae50558b544d83ddad
Contents?: true
Size: 759 Bytes
Versions: 12
Compression:
Stored size: 759 Bytes
Contents
#----------------------------------------------------------------------- # # == LIB # # This is your AutomateIt project's "lib" directory. You can put custom # plugins and convenience methods into this directory. # # For example, create a convenience method for geteting the time by # creating a "lib/now.rb" file with the following contents: # # def now # DateTime.now # end # # This will provide a "now" method that's available to your recipes, # interactive shell or embedded interpreter. # # Libraries are loaded every time an AutomateIt interpreter is started. # It loads all "*.rb" files in this directory, and all "init.rb" files # in subdirectories of this directory. # #-----------------------------------------------------------------------
Version data entries
12 entries across 12 versions & 1 rubygems