Skip to content

Instantly share code, notes, and snippets.

@0x0dea
Created August 27, 2015 01:41
Show Gist options
  • Save 0x0dea/520435a46bafde54ad01 to your computer and use it in GitHub Desktop.
Save 0x0dea/520435a46bafde54ad01 to your computer and use it in GitHub Desktop.
class Updater
METADATA_FILE = -> { self.file_path }
def initialize
METADATA_FILE.call
end
def self.file_path
'some file path'
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment