Top Level Namespace
Instance Method Summary collapse
- #palladius_qwerty ⇒ Object
-
#palladius_version ⇒ Object
TODO get version programmatically, I guess it will be sth like ECHOE.VERSION because it’s echoe to give it to me.
- #print_purple(s) ⇒ Object
Instance Method Details
#palladius_qwerty ⇒ Object
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_version ⇒ Object
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 |
#print_purple(s) ⇒ Object
2 3 4 |
# File 'lib/palladius.rb', line 2 def print_purple(s) print "\033[1;35m#{s}\033[0m\n" end |