2022-05-02 20:59:59 +01:00
|
|
|
# typed: true
|
|
|
|
|
2020-08-09 11:32:26 +01:00
|
|
|
# DO NOT EDIT MANUALLY
|
|
|
|
# This is an autogenerated file for types exported from the `ruby-progressbar` gem.
|
2021-09-17 19:28:50 +01:00
|
|
|
# Please instead update this file by running `bin/tapioca gem ruby-progressbar`.
|
2020-06-14 11:40:07 +05:30
|
|
|
|
|
|
|
class ProgressBar
|
2020-08-09 11:32:26 +01:00
|
|
|
class << self
|
|
|
|
def create(*args); end
|
|
|
|
end
|
2020-06-14 11:40:07 +05:30
|
|
|
end
|
|
|
|
|
|
|
|
class ProgressBar::Base
|
2021-09-10 21:21:17 +01:00
|
|
|
extend ::Forwardable
|
2020-06-14 11:40:07 +05:30
|
|
|
|
2020-08-09 11:32:26 +01:00
|
|
|
def initialize(options = T.unsafe(nil)); end
|
2020-06-14 11:40:07 +05:30
|
|
|
|
|
|
|
def clear(*args, &block); end
|
|
|
|
def decrement; end
|
|
|
|
def finish; end
|
|
|
|
def finished?; end
|
|
|
|
def format(other); end
|
|
|
|
def format=(other); end
|
|
|
|
def increment; end
|
|
|
|
def inspect; end
|
|
|
|
def log(*args, &block); end
|
|
|
|
def pause; end
|
|
|
|
def paused?; end
|
|
|
|
def progress(*args, &block); end
|
|
|
|
def progress=(new_progress); end
|
|
|
|
def progress_mark=(mark); end
|
|
|
|
def refresh(*args, &block); end
|
|
|
|
def remainder_mark=(mark); end
|
|
|
|
def reset; end
|
|
|
|
def resume; end
|
2020-08-09 11:32:26 +01:00
|
|
|
def start(options = T.unsafe(nil)); end
|
2020-06-14 11:40:07 +05:30
|
|
|
def started?; end
|
|
|
|
def stop; end
|
|
|
|
def stopped?; end
|
|
|
|
def title; end
|
|
|
|
def title=(title); end
|
|
|
|
def to_h; end
|
2020-08-09 11:32:26 +01:00
|
|
|
def to_s(new_format = T.unsafe(nil)); end
|
2020-06-14 11:40:07 +05:30
|
|
|
def total(*args, &block); end
|
|
|
|
def total=(new_total); end
|
|
|
|
|
|
|
|
protected
|
|
|
|
|
|
|
|
def autofinish; end
|
2021-01-01 07:29:27 +00:00
|
|
|
def autofinish=(_arg0); end
|
2020-06-14 11:40:07 +05:30
|
|
|
def autostart; end
|
2021-01-01 07:29:27 +00:00
|
|
|
def autostart=(_arg0); end
|
2023-03-03 03:01:48 +00:00
|
|
|
def bar_component; end
|
|
|
|
def bar_component=(_arg0); end
|
2020-06-14 11:40:07 +05:30
|
|
|
def finished; end
|
2021-01-01 07:29:27 +00:00
|
|
|
def finished=(_arg0); end
|
2020-06-14 11:40:07 +05:30
|
|
|
def output; end
|
2021-01-01 07:29:27 +00:00
|
|
|
def output=(_arg0); end
|
2023-03-03 03:01:48 +00:00
|
|
|
def percentage_component; end
|
|
|
|
def percentage_component=(_arg0); end
|
2020-06-14 11:40:07 +05:30
|
|
|
def progressable; end
|
2021-01-01 07:29:27 +00:00
|
|
|
def progressable=(_arg0); end
|
2023-03-03 03:01:48 +00:00
|
|
|
def rate_component; end
|
|
|
|
def rate_component=(_arg0); end
|
|
|
|
def time_component; end
|
|
|
|
def time_component=(_arg0); end
|
2020-06-14 11:40:07 +05:30
|
|
|
def timer; end
|
2021-01-01 07:29:27 +00:00
|
|
|
def timer=(_arg0); end
|
2023-03-03 03:01:48 +00:00
|
|
|
def title_component; end
|
|
|
|
def title_component=(_arg0); end
|
2020-06-14 11:40:07 +05:30
|
|
|
def update_progress(*args); end
|
|
|
|
end
|
|
|
|
|
2021-09-10 21:21:17 +01:00
|
|
|
module ProgressBar::Calculators; end
|
2020-06-14 11:40:07 +05:30
|
|
|
|
|
|
|
class ProgressBar::Calculators::Length
|
2020-08-09 11:32:26 +01:00
|
|
|
def initialize(options = T.unsafe(nil)); end
|
2020-06-14 11:40:07 +05:30
|
|
|
|
|
|
|
def calculate_length; end
|
|
|
|
def current_length; end
|
2021-01-01 07:29:27 +00:00
|
|
|
def current_length=(_arg0); end
|
2020-06-14 11:40:07 +05:30
|
|
|
def length; end
|
|
|
|
def length_changed?; end
|
|
|
|
def length_override; end
|
|
|
|
def length_override=(other); end
|
|
|
|
def output; end
|
2021-01-01 07:29:27 +00:00
|
|
|
def output=(_arg0); end
|
2020-06-14 11:40:07 +05:30
|
|
|
def reset_length; end
|
|
|
|
|
|
|
|
private
|
|
|
|
|
|
|
|
def dynamic_width; end
|
|
|
|
def dynamic_width_stty; end
|
|
|
|
def dynamic_width_tput; end
|
|
|
|
def dynamic_width_via_io_object; end
|
|
|
|
def dynamic_width_via_output_stream_object; end
|
|
|
|
def dynamic_width_via_system_calls; end
|
|
|
|
def terminal_width; end
|
|
|
|
def unix?; end
|
|
|
|
end
|
|
|
|
|
2023-03-03 03:01:48 +00:00
|
|
|
class ProgressBar::Calculators::SmoothedAverage
|
2020-08-09 11:32:26 +01:00
|
|
|
class << self
|
2023-03-03 03:01:48 +00:00
|
|
|
def calculate(current_average, new_value_to_average, rate); end
|
2020-08-09 11:32:26 +01:00
|
|
|
end
|
2020-06-14 11:40:07 +05:30
|
|
|
end
|
|
|
|
|
2021-09-10 21:21:17 +01:00
|
|
|
module ProgressBar::Components; end
|
2020-06-14 11:40:07 +05:30
|
|
|
|
|
|
|
class ProgressBar::Components::Bar
|
2020-08-09 11:32:26 +01:00
|
|
|
def initialize(options = T.unsafe(nil)); end
|
2020-06-14 11:40:07 +05:30
|
|
|
|
2023-03-03 03:01:48 +00:00
|
|
|
def bar(length); end
|
|
|
|
def bar_with_percentage(length); end
|
|
|
|
def complete_bar(length); end
|
|
|
|
def complete_bar_with_percentage(length); end
|
|
|
|
def incomplete_space(length); end
|
2020-06-14 11:40:07 +05:30
|
|
|
def length; end
|
2021-01-01 07:29:27 +00:00
|
|
|
def length=(_arg0); end
|
2020-06-14 11:40:07 +05:30
|
|
|
def progress; end
|
2021-01-01 07:29:27 +00:00
|
|
|
def progress=(_arg0); end
|
2020-06-14 11:40:07 +05:30
|
|
|
def progress_mark; end
|
2021-01-01 07:29:27 +00:00
|
|
|
def progress_mark=(_arg0); end
|
2020-06-14 11:40:07 +05:30
|
|
|
def remainder_mark; end
|
2021-01-01 07:29:27 +00:00
|
|
|
def remainder_mark=(_arg0); end
|
2020-08-09 11:32:26 +01:00
|
|
|
def to_s(options = T.unsafe(nil)); end
|
2020-06-14 11:40:07 +05:30
|
|
|
def upa_steps; end
|
2021-01-01 07:29:27 +00:00
|
|
|
def upa_steps=(_arg0); end
|
2020-06-14 11:40:07 +05:30
|
|
|
|
|
|
|
private
|
|
|
|
|
|
|
|
def completed_length; end
|
|
|
|
def incomplete_string; end
|
|
|
|
def integrated_percentage_complete_string; end
|
|
|
|
def standard_complete_string; end
|
|
|
|
def unknown_progress_frame; end
|
|
|
|
def unknown_string; end
|
|
|
|
end
|
|
|
|
|
|
|
|
ProgressBar::Components::Bar::DEFAULT_PROGRESS_MARK = T.let(T.unsafe(nil), String)
|
|
|
|
ProgressBar::Components::Bar::DEFAULT_REMAINDER_MARK = T.let(T.unsafe(nil), String)
|
|
|
|
ProgressBar::Components::Bar::DEFAULT_UPA_STEPS = T.let(T.unsafe(nil), Array)
|
|
|
|
|
|
|
|
class ProgressBar::Components::Percentage
|
2020-08-09 11:32:26 +01:00
|
|
|
def initialize(options = T.unsafe(nil)); end
|
2020-06-14 11:40:07 +05:30
|
|
|
|
|
|
|
def justified_percentage; end
|
|
|
|
def justified_percentage_with_precision; end
|
|
|
|
def percentage; end
|
|
|
|
def percentage_with_precision; end
|
2023-03-03 03:01:48 +00:00
|
|
|
def progress; end
|
|
|
|
def progress=(_arg0); end
|
2020-06-14 11:40:07 +05:30
|
|
|
end
|
|
|
|
|
|
|
|
class ProgressBar::Components::Rate
|
2020-08-09 11:32:26 +01:00
|
|
|
def initialize(options = T.unsafe(nil)); end
|
2020-06-14 11:40:07 +05:30
|
|
|
|
|
|
|
def progress; end
|
2021-01-01 07:29:27 +00:00
|
|
|
def progress=(_arg0); end
|
2023-03-03 03:01:48 +00:00
|
|
|
def rate_of_change(format_string = T.unsafe(nil)); end
|
|
|
|
def rate_of_change_with_precision; end
|
2020-06-14 11:40:07 +05:30
|
|
|
def rate_scale; end
|
2021-01-01 07:29:27 +00:00
|
|
|
def rate_scale=(_arg0); end
|
2020-06-14 11:40:07 +05:30
|
|
|
def timer; end
|
2021-01-01 07:29:27 +00:00
|
|
|
def timer=(_arg0); end
|
2020-06-14 11:40:07 +05:30
|
|
|
|
|
|
|
private
|
|
|
|
|
|
|
|
def base_rate; end
|
|
|
|
def elapsed_seconds; end
|
|
|
|
def scaled_rate; end
|
|
|
|
end
|
|
|
|
|
|
|
|
class ProgressBar::Components::Time
|
2020-08-09 11:32:26 +01:00
|
|
|
def initialize(options = T.unsafe(nil)); end
|
2020-06-14 11:40:07 +05:30
|
|
|
|
|
|
|
def elapsed_with_label; end
|
2023-03-03 03:01:48 +00:00
|
|
|
def estimated_wall_clock; end
|
2020-06-14 11:40:07 +05:30
|
|
|
def estimated_with_friendly_oob; end
|
2023-03-03 03:01:48 +00:00
|
|
|
def estimated_with_label(out_of_bounds_time_format = T.unsafe(nil)); end
|
2020-06-14 11:40:07 +05:30
|
|
|
def estimated_with_no_oob; end
|
|
|
|
def estimated_with_unknown_oob; end
|
2023-03-03 03:01:48 +00:00
|
|
|
|
|
|
|
protected
|
|
|
|
|
2020-06-14 11:40:07 +05:30
|
|
|
def progress; end
|
2021-01-01 07:29:27 +00:00
|
|
|
def progress=(_arg0); end
|
2020-06-14 11:40:07 +05:30
|
|
|
def timer; end
|
2021-01-01 07:29:27 +00:00
|
|
|
def timer=(_arg0); end
|
2020-06-14 11:40:07 +05:30
|
|
|
|
|
|
|
private
|
|
|
|
|
|
|
|
def elapsed; end
|
2023-03-03 03:01:48 +00:00
|
|
|
def estimated(out_of_bounds_time_format); end
|
2020-06-14 11:40:07 +05:30
|
|
|
def estimated_seconds_remaining; end
|
2023-03-03 03:01:48 +00:00
|
|
|
def estimated_with_elapsed_fallback(out_of_bounds_time_format); end
|
2020-06-14 11:40:07 +05:30
|
|
|
end
|
|
|
|
|
|
|
|
ProgressBar::Components::Time::ELAPSED_LABEL = T.let(T.unsafe(nil), String)
|
|
|
|
ProgressBar::Components::Time::ESTIMATED_LABEL = T.let(T.unsafe(nil), String)
|
|
|
|
ProgressBar::Components::Time::NO_TIME_ELAPSED_TEXT = T.let(T.unsafe(nil), String)
|
|
|
|
ProgressBar::Components::Time::OOB_FRIENDLY_TIME_TEXT = T.let(T.unsafe(nil), String)
|
|
|
|
ProgressBar::Components::Time::OOB_LIMIT_IN_HOURS = T.let(T.unsafe(nil), Integer)
|
2021-01-01 07:29:27 +00:00
|
|
|
ProgressBar::Components::Time::OOB_TEXT_TO_FORMAT = T.let(T.unsafe(nil), Hash)
|
2020-06-14 11:40:07 +05:30
|
|
|
ProgressBar::Components::Time::OOB_TIME_FORMATS = T.let(T.unsafe(nil), Array)
|
|
|
|
ProgressBar::Components::Time::OOB_UNKNOWN_TIME_TEXT = T.let(T.unsafe(nil), String)
|
|
|
|
ProgressBar::Components::Time::TIME_FORMAT = T.let(T.unsafe(nil), String)
|
2023-03-03 03:01:48 +00:00
|
|
|
ProgressBar::Components::Time::WALL_CLOCK_FORMAT = T.let(T.unsafe(nil), String)
|
2020-06-14 11:40:07 +05:30
|
|
|
|
|
|
|
class ProgressBar::Components::Title
|
2020-08-09 11:32:26 +01:00
|
|
|
def initialize(options = T.unsafe(nil)); end
|
2020-06-14 11:40:07 +05:30
|
|
|
|
|
|
|
def title; end
|
2021-01-01 07:29:27 +00:00
|
|
|
def title=(_arg0); end
|
2020-06-14 11:40:07 +05:30
|
|
|
end
|
|
|
|
|
|
|
|
ProgressBar::Components::Title::DEFAULT_TITLE = T.let(T.unsafe(nil), String)
|
2021-09-10 21:21:17 +01:00
|
|
|
module ProgressBar::Format; end
|
2020-06-14 11:40:07 +05:30
|
|
|
|
|
|
|
class ProgressBar::Format::Formatter
|
2020-08-09 11:32:26 +01:00
|
|
|
class << self
|
|
|
|
def process(format_string, max_length, bar); end
|
|
|
|
end
|
2020-06-14 11:40:07 +05:30
|
|
|
end
|
|
|
|
|
|
|
|
class ProgressBar::Format::Molecule
|
|
|
|
def initialize(letter); end
|
|
|
|
|
|
|
|
def bar_molecule?; end
|
|
|
|
def full_key; end
|
|
|
|
def key; end
|
2021-01-01 07:29:27 +00:00
|
|
|
def key=(_arg0); end
|
2020-08-09 11:32:26 +01:00
|
|
|
def lookup_value(environment, length = T.unsafe(nil)); end
|
2020-06-14 11:40:07 +05:30
|
|
|
def method_name; end
|
2021-01-01 07:29:27 +00:00
|
|
|
def method_name=(_arg0); end
|
2020-06-14 11:40:07 +05:30
|
|
|
def non_bar_molecule?; end
|
|
|
|
end
|
|
|
|
|
|
|
|
ProgressBar::Format::Molecule::BAR_MOLECULES = T.let(T.unsafe(nil), Array)
|
|
|
|
ProgressBar::Format::Molecule::MOLECULES = T.let(T.unsafe(nil), Hash)
|
|
|
|
|
|
|
|
class ProgressBar::Format::String < ::String
|
|
|
|
def bar_molecule_placeholder_length; end
|
|
|
|
def bar_molecules; end
|
|
|
|
def displayable_length; end
|
|
|
|
def molecules; end
|
|
|
|
def non_bar_molecules; end
|
|
|
|
end
|
|
|
|
|
|
|
|
ProgressBar::Format::String::ANSI_SGR_PATTERN = T.let(T.unsafe(nil), Regexp)
|
|
|
|
ProgressBar::Format::String::MOLECULE_PATTERN = T.let(T.unsafe(nil), Regexp)
|
2021-09-10 21:21:17 +01:00
|
|
|
class ProgressBar::InvalidProgressError < ::RuntimeError; end
|
2020-06-14 11:40:07 +05:30
|
|
|
|
|
|
|
class ProgressBar::Output
|
2020-08-09 11:32:26 +01:00
|
|
|
def initialize(options = T.unsafe(nil)); end
|
2020-06-14 11:40:07 +05:30
|
|
|
|
|
|
|
def clear_string; end
|
|
|
|
def length; end
|
|
|
|
def log(string); end
|
2020-08-09 11:32:26 +01:00
|
|
|
def refresh(options = T.unsafe(nil)); end
|
2020-06-14 11:40:07 +05:30
|
|
|
def stream; end
|
2021-01-01 07:29:27 +00:00
|
|
|
def stream=(_arg0); end
|
2020-06-14 11:40:07 +05:30
|
|
|
def with_refresh; end
|
|
|
|
|
|
|
|
protected
|
|
|
|
|
|
|
|
def bar; end
|
2021-01-01 07:29:27 +00:00
|
|
|
def bar=(_arg0); end
|
2020-06-14 11:40:07 +05:30
|
|
|
def length_calculator; end
|
2021-01-01 07:29:27 +00:00
|
|
|
def length_calculator=(_arg0); end
|
2020-06-14 11:40:07 +05:30
|
|
|
def throttle; end
|
2021-01-01 07:29:27 +00:00
|
|
|
def throttle=(_arg0); end
|
2020-06-14 11:40:07 +05:30
|
|
|
|
|
|
|
private
|
|
|
|
|
|
|
|
def print_and_flush; end
|
|
|
|
|
2020-08-09 11:32:26 +01:00
|
|
|
class << self
|
|
|
|
def detect(options = T.unsafe(nil)); end
|
|
|
|
end
|
2020-06-14 11:40:07 +05:30
|
|
|
end
|
|
|
|
|
|
|
|
ProgressBar::Output::DEFAULT_OUTPUT_STREAM = T.let(T.unsafe(nil), IO)
|
2021-09-10 21:21:17 +01:00
|
|
|
module ProgressBar::Outputs; end
|
2020-06-14 11:40:07 +05:30
|
|
|
|
|
|
|
class ProgressBar::Outputs::NonTty < ::ProgressBar::Output
|
|
|
|
def bar_update_string; end
|
|
|
|
def clear; end
|
|
|
|
def default_format; end
|
|
|
|
def eol; end
|
|
|
|
def last_update_length; end
|
2021-01-01 07:29:27 +00:00
|
|
|
def refresh_with_format_change(*_arg0); end
|
|
|
|
def resolve_format(*_arg0); end
|
2020-06-14 11:40:07 +05:30
|
|
|
|
|
|
|
protected
|
|
|
|
|
2021-01-01 07:29:27 +00:00
|
|
|
def last_update_length=(_arg0); end
|
2020-06-14 11:40:07 +05:30
|
|
|
end
|
|
|
|
|
|
|
|
ProgressBar::Outputs::NonTty::DEFAULT_FORMAT_STRING = T.let(T.unsafe(nil), String)
|
|
|
|
|
|
|
|
class ProgressBar::Outputs::Tty < ::ProgressBar::Output
|
|
|
|
def bar_update_string; end
|
|
|
|
def clear; end
|
|
|
|
def default_format; end
|
|
|
|
def eol; end
|
|
|
|
def refresh_with_format_change; end
|
|
|
|
def resolve_format(other_format); end
|
|
|
|
end
|
|
|
|
|
|
|
|
ProgressBar::Outputs::Tty::DEFAULT_FORMAT_STRING = T.let(T.unsafe(nil), String)
|
|
|
|
|
|
|
|
class ProgressBar::Progress
|
2020-08-09 11:32:26 +01:00
|
|
|
def initialize(options = T.unsafe(nil)); end
|
2020-06-14 11:40:07 +05:30
|
|
|
|
|
|
|
def absolute; end
|
|
|
|
def decrement; end
|
|
|
|
def finish; end
|
|
|
|
def finished?; end
|
|
|
|
def increment; end
|
|
|
|
def none?; end
|
|
|
|
def percentage_completed; end
|
|
|
|
def percentage_completed_with_precision; end
|
|
|
|
def progress; end
|
|
|
|
def progress=(new_progress); end
|
|
|
|
def reset; end
|
|
|
|
def running_average; end
|
2021-01-01 07:29:27 +00:00
|
|
|
def running_average=(_arg0); end
|
2023-03-03 03:01:48 +00:00
|
|
|
def running_average_calculator; end
|
|
|
|
def running_average_calculator=(_arg0); end
|
|
|
|
def running_average_rate; end
|
|
|
|
def running_average_rate=(_arg0); end
|
2020-08-09 11:32:26 +01:00
|
|
|
def start(options = T.unsafe(nil)); end
|
2020-06-14 11:40:07 +05:30
|
|
|
def starting_position; end
|
2021-01-01 07:29:27 +00:00
|
|
|
def starting_position=(_arg0); end
|
2020-06-14 11:40:07 +05:30
|
|
|
def total; end
|
|
|
|
def total=(new_total); end
|
|
|
|
def total_with_unknown_indicator; end
|
|
|
|
def unknown?; end
|
|
|
|
end
|
|
|
|
|
|
|
|
ProgressBar::Progress::DEFAULT_BEGINNING_POSITION = T.let(T.unsafe(nil), Integer)
|
2023-03-03 03:01:48 +00:00
|
|
|
ProgressBar::Progress::DEFAULT_RUNNING_AVERAGE_CALCULATOR = ProgressBar::Calculators::SmoothedAverage
|
|
|
|
ProgressBar::Progress::DEFAULT_RUNNING_AVERAGE_RATE = T.let(T.unsafe(nil), Float)
|
2020-06-14 11:40:07 +05:30
|
|
|
ProgressBar::Progress::DEFAULT_TOTAL = T.let(T.unsafe(nil), Integer)
|
2023-03-03 03:01:48 +00:00
|
|
|
ProgressBar::Progress::RUNNING_AVERAGE_CALCULATOR_MAP = T.let(T.unsafe(nil), Hash)
|
2021-09-10 21:21:17 +01:00
|
|
|
module ProgressBar::Refinements; end
|
|
|
|
module ProgressBar::Refinements::Enumerator; end
|
2020-06-14 11:40:07 +05:30
|
|
|
|
|
|
|
class ProgressBar::Throttle
|
2020-08-09 11:32:26 +01:00
|
|
|
def initialize(options = T.unsafe(nil)); end
|
2020-06-14 11:40:07 +05:30
|
|
|
|
2020-08-09 11:32:26 +01:00
|
|
|
def choke(options = T.unsafe(nil)); end
|
2020-06-14 11:40:07 +05:30
|
|
|
def rate; end
|
2021-01-01 07:29:27 +00:00
|
|
|
def rate=(_arg0); end
|
2020-06-14 11:40:07 +05:30
|
|
|
def started_at; end
|
2021-01-01 07:29:27 +00:00
|
|
|
def started_at=(_arg0); end
|
2020-06-14 11:40:07 +05:30
|
|
|
def stopped_at; end
|
2021-01-01 07:29:27 +00:00
|
|
|
def stopped_at=(_arg0); end
|
2020-06-14 11:40:07 +05:30
|
|
|
def timer; end
|
2021-01-01 07:29:27 +00:00
|
|
|
def timer=(_arg0); end
|
2020-06-14 11:40:07 +05:30
|
|
|
end
|
|
|
|
|
|
|
|
class ProgressBar::Time
|
2020-08-09 11:32:26 +01:00
|
|
|
def initialize(time = T.unsafe(nil)); end
|
2020-06-14 11:40:07 +05:30
|
|
|
|
|
|
|
def now; end
|
|
|
|
def unmocked_time_method; end
|
|
|
|
|
|
|
|
protected
|
|
|
|
|
|
|
|
def time; end
|
2021-01-01 07:29:27 +00:00
|
|
|
def time=(_arg0); end
|
2020-06-14 11:40:07 +05:30
|
|
|
end
|
|
|
|
|
|
|
|
ProgressBar::Time::TIME_MOCKING_LIBRARY_METHODS = T.let(T.unsafe(nil), Array)
|
|
|
|
|
|
|
|
class ProgressBar::Timer
|
2020-08-09 11:32:26 +01:00
|
|
|
def initialize(options = T.unsafe(nil)); end
|
2020-06-14 11:40:07 +05:30
|
|
|
|
|
|
|
def divide_seconds(seconds); end
|
|
|
|
def elapsed_seconds; end
|
|
|
|
def elapsed_whole_seconds; end
|
2023-03-03 03:01:48 +00:00
|
|
|
def now; end
|
2020-06-14 11:40:07 +05:30
|
|
|
def pause; end
|
|
|
|
def reset; end
|
|
|
|
def reset?; end
|
|
|
|
def restart; end
|
|
|
|
def resume; end
|
|
|
|
def start; end
|
|
|
|
def started?; end
|
|
|
|
def started_at; end
|
2021-01-01 07:29:27 +00:00
|
|
|
def started_at=(_arg0); end
|
2020-06-14 11:40:07 +05:30
|
|
|
def stop; end
|
|
|
|
def stopped?; end
|
|
|
|
def stopped_at; end
|
2021-01-01 07:29:27 +00:00
|
|
|
def stopped_at=(_arg0); end
|
2020-06-14 11:40:07 +05:30
|
|
|
|
|
|
|
protected
|
|
|
|
|
|
|
|
def time; end
|
2021-01-01 07:29:27 +00:00
|
|
|
def time=(_arg0); end
|
2020-06-14 11:40:07 +05:30
|
|
|
end
|