I hereby claim:
- I am fxn on github.
- I am fxn (https://keybase.io/fxn) on keybase.
- I have a public key whose fingerprint is E0AC 38BA AE8C BB3D D2B5 F95B 559D 9850 B333 F624
To claim this, I am signing this object:
| {_, mfa} = :erlang.process_info(self(), :current_function) | |
| IO.inspect(mfa) #=> {:elixir_compiler_0, :__FILE__, 1} |
| class EventsLoader | |
| def initialize(...) | |
| ... | |
| end | |
| def load | |
| load_job_creation_events + | |
| load_drivers_on_duty_events + | |
| load_drivers_off_duty_events + | |
| load_drivers_rejected_events |
| -module(ex). | |
| -export([perimeter/1, area/1, enclose/1, bitsR/1, bitsTR/1]). | |
| % Shapes are represented with these tuples: | |
| % | |
| % {circle, {X, Y}, R} | |
| % {rectangle, {X, Y}, H, W} | |
| % {triangle, {X, Y}, A, B, C} | |
| % | |
| % These tuples are not able to express the orientation of the rectangles and |
| function! s:EnableRelativeNumber() | |
| set nonumber | |
| set relativenumber | |
| endfunction | |
| function! s:DisableRelativeNumber() | |
| set norelativenumber | |
| set number | |
| endfunction |
I hereby claim:
To claim this, I am signing this object:
I can treat the comment as a text object thanks to vim-textobj-comment, but gqic reformats the foo method definition.
| load File.expand_path('2.rb') # decomposed in 2.3 |
| ActionCable::Engine: set_load_path | |
| Coffee::Rails::Engine: set_load_path | |
| Jquery::Rails::Engine: set_load_path | |
| Turbolinks::Engine: set_load_path | |
| MyApp::Application: set_load_path | |
| ActionCable::Railtie: set_autoload_paths | |
| Coffee::Rails::Engine: set_autoload_paths | |
| Jquery::Rails::Engine: set_autoload_paths | |
| Turbolinks::Engine: set_autoload_paths | |
| MyApp::Application: set_autoload_paths |
| # ~/.atom/init.coffee | |
| atom.commands.add 'atom-text-editor', 'elixir:pipeline': -> | |
| editor = atom.workspace.getActiveTextEditor() | |
| editor.moveToEndOfLine() | |
| editor.insertNewline() | |
| editor.insertText("|> ") |