Top Level Namespace

Instance Method Summary collapse

Instance Method Details

#palladius_qwertyObject



12
13
14
# File 'lib/palladius.rb', line 12

def palladius_qwerty
	"palladius library/gem/plugin v#{palladius_version}. Please be patient, more to come!"
end

#palladius_versionObject

TODO get version programmatically, I guess it will be sth like ECHOE.VERSION because it’s echoe to give it to me. If too difficult, roll back to version()



8
9
10
# File 'lib/palladius.rb', line 8

def palladius_version
	:TODO
end


2
3
4
# File 'lib/palladius.rb', line 2

def print_purple(s)
  print "\033[1;35m#{s}\033[0m\n"
end