class Omnitest::Psychic::Hints

Public Instance Methods

options() click to toggle source
# File lib/omnitest/psychic/hints.rb, line 8
def options
  self[:options] ||= {}
end
scripts() click to toggle source
# File lib/omnitest/psychic/hints.rb, line 16
def scripts
  self[:scripts] ||= {}
end
tasks() click to toggle source
# File lib/omnitest/psychic/hints.rb, line 12
def tasks
  self[:tasks] ||= {}
end