class GoblinLackey

Public Instance Methods

go() click to toggle source
# File lib/goblin_lackey.rb, line 11
def go
  puts "Going to bookmarked project!"
end
here() click to toggle source
# File lib/goblin_lackey.rb, line 6
def here
  puts "Current project bookmarked, access using `lky go`"
end